From 6ddc22f3b331f1001359172f9b5d235ce2f3dc7e Mon Sep 17 00:00:00 2001 From: Guillaume Paran Date: Mon, 4 Apr 2022 08:32:20 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53f0a81..974bf2d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To open a Terminal: Start > type "cmd" > press Enter 2. Install **python + pip** Open a Terminal and run `python -V` - If the command shows a version that is in [3.7 ; 3.10], skip to step 3. + If the command shows a version that is in [3.7 ; 3.9], skip to step 3. Else, install one of these compatible versions: - [python 3.7 (amd64)](https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe) - [python 3.8 (amd64)](https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe) @@ -58,13 +58,13 @@ bin\runSofa.exe 2. Install **python + pip** Open a Terminal and run `python3 -V` - If the command shows a version that is in [3.7 ; 3.9], skip to step 3. + If the command shows a version that is in [3.7 ; 3.10], skip to step 3. Else, search which compatible version is proposed by your package manager: ```bash sudo apt update sudo apt info python3 | grep -i 'version: ' ``` - If the proposed version is in [3.7 ; 3.9] then install it + If the proposed version is in [3.7 ; 3.10] then install it ```bash sudo apt install python3-dev python3-distutils curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py