Updated Getting Started (markdown)

master
Nicholas Herriot 2019-06-24 16:55:57 +01:00
rodzic f439079af2
commit 09a9945d5e
1 zmienionych plików z 2 dodań i 4 usunięć

@ -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'.