Просмотр исходного кода

Merge branch 'bugfix/doc_pip_requirements_v4.0' into 'release/v4.0'

Add -r flag to pip install command from file (backport v4.0)

See merge request espressif/esp-idf!5798
Angus Gratton 6 лет назад
Родитель
Сommit
ba0f4f17ed
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

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