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

pull/5849/merge
Jim Mussared 2020-03-31 21:50:21 +11:00 zatwierdzone przez Damien George
rodzic f97b5395ed
commit e97bb58f0e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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