mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 03:07:21 +02:00
Merge branch 'bugfix/doc_pip_requirements' into 'master'
Add -r flag to pip install command from file Closes IDFGH-1670 and IDFGH-1622 See merge request espressif/esp-idf!5760
This commit is contained in:
@ -39,7 +39,7 @@ See the Getting Started guide links above for a detailed setup guide. This is a
|
||||
|
||||
* Install host build dependencies mentioned in Getting Started guide.
|
||||
* Add `tools/` directory to the PATH
|
||||
* Run `python -m pip install requirements.txt` to install Python dependencies
|
||||
* Run `python -m pip install -r requirements.txt` to install Python dependencies
|
||||
|
||||
## Configuring the Project
|
||||
|
||||
|
Reference in New Issue
Block a user