From 4c344bdcf5bb9570fb17710bdfefa8219b140aaa Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 5 Jul 2021 09:25:59 +0200 Subject: [PATCH] Recommend latest Python in readme Signed-off-by: Christoph Wurst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8207283b5..d34535e05 100644 --- a/README.rst +++ b/README.rst @@ -97,7 +97,7 @@ Building -------- 1. Install `pipenv` - https://pipenv.readthedocs.io/en/latest/ -2. Create a Python environment (typically inside this repository): `pipenv --python 3.8` +2. Create a Python environment (typically inside this repository): `pipenv --python 3.9` 3. Change into the environment: `pipenv shell` 4. Install the dependencies `pip install -r requirements.txt` 5. Now you can use `make ...` to build all the stuff - for example `make html` to build the HTML flavor of all manuals