Skip to content

Commit d5135f4

Browse files
authored
Update Installation.rst (#483)
1 parent 51b1dc4 commit d5135f4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/sphinx/source/content/Installation.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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.10 python3.10 python3-pip
34-
python3.10 -m pip install numpy
33+
sudo apt install libpython3.12 python3.12 python3-pip
34+
python3.12 -m pip install numpy
3535
3636
if you want to launch the runSofa:
3737

@@ -46,15 +46,15 @@ First, make sure you have the same version of python installed on your computer
4646

4747
.. code-block:: bash
4848
49-
brew install python@3.10
50-
export PATH="/usr/local/opt/python@3.10/bin/:$PATH"
49+
brew install python@3.12
50+
export PATH="/usr/local/opt/python@3.12/bin/:$PATH"
5151
5252
BigSur only:
5353

5454
.. code-block:: bash
5555
5656
pip3 install --upgrade pip
57-
python3.10 -m pip install numpy
57+
python3.12 -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.10 64bit <https://www.python.org/ftp/python/3.10.10/python-3.10.10-amd64.exe>`_
68+
Download and install `Python 3.12 64bit <https://www.python.org/ftp/python/3.12.1/python-3.12.1-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.10/bin/:$PATH"
119+
export PATH="/usr/local/opt/python@3.12/bin/:$PATH"
120120
121121
122122
.. tab:: Windows

0 commit comments

Comments
 (0)