Updated Getting Started (markdown)
parent
87425949b2
commit
f439079af2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue