summaryrefslogtreecommitdiffstats
path: root/util/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'util/cmake')
-rw-r--r--util/cmake/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/cmake/README.md b/util/cmake/README.md
index e1699d5283..256e481680 100644
--- a/util/cmake/README.md
+++ b/util/cmake/README.md
@@ -28,6 +28,12 @@ to avoid conflict with other packages that are already installed: `pip install v
(on Windows: `source env\Scripts\activate.bat`)
* Install the requirements: `pip install -r requirements.txt`
+If the `pip install` command above doesn't work, try:
+
+```
+python3.7 -m pip install -r requirements.txt
+```
+
# Contributing to the scripts
You can verify if the styling of a script complaint with PEP8, with a couple of exceptions: