@@ -30,8 +30,8 @@ First, make sure you have the same version of python installed on your computer
3030 .. code-block :: bash
3131
3232 sudo add-apt-repository ppa:deadsnakes/ppa
33- sudo apt install libpython3.8 python3.8 python3-pip
34- python3.8 -m pip install numpy
33+ sudo apt install libpython3.10 python3.10 python3-pip
34+ python3.10 -m pip install numpy
3535
3636 if you want to launch the runSofa:
3737
@@ -40,21 +40,21 @@ First, make sure you have the same version of python installed on your computer
4040 sudo apt install libopengl0
4141
4242
43- .. tab :: Ubuntu
43+ .. tab :: MacOS
4444
4545 Run in a terminal:
4646
4747 .. code-block :: bash
4848
49- brew install python@3.8
50- export PATH=" /usr/local/opt/python@3.8 /bin/:$PATH "
49+ brew install python@3.10
50+ export PATH=" /usr/local/opt/python@3.10 /bin/:$PATH "
5151
5252 BigSur only:
5353
5454 .. code-block :: bash
5555
5656 pip3 install --upgrade pip
57- python3.8 -m pip install numpy
57+ python3.10 -m pip install numpy
5858
5959 Catalina only:
6060
@@ -65,7 +65,7 @@ First, make sure you have the same version of python installed on your computer
6565
6666 .. tab :: Windows
6767
68- Download and install `Python 3.8 64bit <https://www.python.org/ftp/python/3.8 .10/python-3.8 .10-amd64.exe >`_
68+ Download and install `Python 3.10 64bit <https://www.python.org/ftp/python/3.10 .10/python-3.10 .10-amd64.exe >`_
6969
7070
7171**********************
@@ -116,7 +116,7 @@ Before running your simulations, you must make sure to define the following envi
116116
117117 export SOFA_ROOT=/path/to/SOFA_install
118118 export PYTHONPATH=/path/to/SofaPython3/lib/python3/site-packages:$PYTHONPATH
119- export PATH=" /usr/local/opt/python@3.8 /bin/:$PATH "
119+ export PATH=" /usr/local/opt/python@3.10 /bin/:$PATH "
120120
121121
122122 .. tab :: Windows
0 commit comments