Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guparan authored Apr 4, 2022
1 parent ab30571 commit 6ddc22f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6ddc22f

Please sign in to comment.