From 8185da097a2eefb7401419a9b2c1d1f05c2364bf Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 17 Mar 2020 15:39:01 +0100 Subject: CMake: pro2cmake: Add alternative package installation instructions I kept getting Ignoring pytest: markers 'python_version >= "3.7"' don't match your environment when using the pip command, but this alternative worked. Change-Id: Ibfc7f36de04153d2247f8f62bd129b0c0c723bf2 Reviewed-by: Alexandru Croitor --- util/cmake/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util/cmake') 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: -- cgit v1.2.3