diff options
| author | Jim Mussared | 2020-03-31 21:50:21 +1100 |
|---|---|---|
| committer | Damien George | 2020-04-02 22:52:48 +1100 |
| commit | e97bb58f0ea0ec94847227982c7b4a8bfb27ed34 (patch) | |
| tree | d9b90f5231ef24207574099eb5e5f5749f024a52 | |
| parent | f97b5395ed4b03d8cce6fda0c4b41d8118843690 (diff) | |
esp32/README.md: Fix typo in venv instructions.
| -rw-r--r-- | ports/esp32/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/README.md b/ports/esp32/README.md index db27893cd..ebcaf68fa 100644 --- a/ports/esp32/README.md +++ b/ports/esp32/README.md @@ -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 |
