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