Updated Getting Started (markdown)

master
Nicholas Herriot 2019-06-24 16:53:38 +01:00
rodzic 33ddacbfcd
commit 87425949b2
1 zmienionych plików z 1 dodań i 1 usunięć

@ -32,7 +32,7 @@ Now create a project directory to hold micropython files
/> cd project
```
**Note** To deactivate your virtual environment you can type **deactivate** And to work on your virtual environment if you have deactivated it you type: **/> workon microPython**. This assumes that you created your virtual environment with the name 'micropython'.
**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'.