Updated Getting Started (markdown)

master
Nicholas Herriot 2019-06-24 16:55:21 +01:00
rodzic 87425949b2
commit f439079af2
1 zmienionych plików z 2 dodań i 3 usunięć

@ -22,9 +22,8 @@ The mkvirtualenv command creates an area within your file system for your projec
### Setup Project Directory
Now you will be in your virtual environment. You know this from the output of your bash shell. It should show in brackets the name of the active virtual environment like this:
```bash
(microPython) <your-machine-name> ~/virtalenv/microPython
```
> (microPython) <your-machine-name> ~/virtalenv/microPython
Now create a project directory to hold micropython files
```bash