Updated Getting Started (markdown)
parent
f439079af2
commit
09a9945d5e
|
@ -26,10 +26,8 @@ Now you will be in your virtual environment. You know this from the output of yo
|
|||
|
||||
Now create a project directory to hold micropython files
|
||||
|
||||
```bash
|
||||
/> mkdir project
|
||||
/> cd project
|
||||
```
|
||||
> mkdir project
|
||||
> cd project
|
||||
|
||||
**Note** To deactivate your virtual environment you can type **deactivate**. And to work on your virtual environment after it has been deactivated you type: **/> source virtalenv/microPython/bin/activate**. This assumes that you created your virtual environment with the name 'micropython'.
|
||||
|
||||
|
|
Loading…
Reference in New Issue