From 68d82abe5254977b2aa09c1d7b74060d0fd27739 Mon Sep 17 00:00:00 2001 From: Luke Bayes Date: Sun, 4 Aug 2019 17:05:03 -0400 Subject: [PATCH] Added -r flag to pip install command from file Closes https://github.com/espressif/esp-idf/pull/3874 Closes https://github.com/espressif/esp-idf/issues/3915 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19c9980dd2..4be36b48d3 100644 --- a/README.md +++ b/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