mirror of
https://github.com/micropython/micropython.git
synced 2026-01-23 04:10:19 +01:00
esp32/README.md: Fix typo in venv instructions.
This commit is contained in:
committed by
Damien George
parent
f97b5395ed
commit
e97bb58f0e
@@ -72,7 +72,7 @@ $ cd ports/esp32
|
||||
$ python3 -m venv build-venv
|
||||
$ source build-venv/bin/activate
|
||||
$ pip install --upgrade pip
|
||||
$ pip install path/to/esp-idf/requirements.txt
|
||||
$ pip install -r path/to/esp-idf/requirements.txt
|
||||
```
|
||||
|
||||
To re-enter this virtual environment in future sessions, you only need to
|
||||
|
||||
Reference in New Issue
Block a user