mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Updated Getting Started (markdown)
@@ -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'.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user