Skip to content

Commit 6ddc22f

Browse files
authored
Update README.md
1 parent ab30571 commit 6ddc22f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To open a Terminal: Start > type "cmd" > press Enter
2020

2121
2. 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

5959
2. 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

0 commit comments

Comments
 (0)