esp32/README.md: Fix typo in venv instructions.

This commit is contained in:
Jim Mussared 2020-03-31 21:50:21 +11:00 committed by Damien George
parent f97b5395ed
commit e97bb58f0e
1 changed files with 1 additions and 1 deletions

View File

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