File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ To open a Terminal: Start > type "cmd" > press Enter
2020
21212 . Install ** python + pip**
2222 Open a Terminal and run ` python -V `
23- If the command shows a version that is in [ 3.7 ; 3.10 ] , skip to step 3.
23+ If the command shows a version that is in [ 3.7 ; 3.9 ] , skip to step 3.
2424 Else, install one of these compatible versions:
2525 - [ python 3.7 (amd64)] ( https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe )
2626 - [ 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
5858
59592 . Install ** python + pip**
6060 Open a Terminal and run ` python3 -V `
61- If the command shows a version that is in [ 3.7 ; 3.9 ] , skip to step 3.
61+ If the command shows a version that is in [ 3.7 ; 3.10 ] , skip to step 3.
6262 Else, search which compatible version is proposed by your package manager:
6363 ``` bash
6464 sudo apt update
6565 sudo apt info python3 | grep -i ' version: '
6666 ```
67- If the proposed version is in [ 3.7 ; 3.9 ] then install it
67+ If the proposed version is in [ 3.7 ; 3.10 ] then install it
6868 ``` bash
6969 sudo apt install python3-dev python3-distutils
7070 curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py
You can’t perform that action at this time.
0 commit comments