@@ -3,7 +3,7 @@ Installation
33
44Installing Python can be easy. The first step is to download the latest version
55from `www.python.org/downloads <https://www.python.org/downloads/ >`_. The
6- tutorial is based on Python 3.12.4 , but if you have Python 3.8 or newer
6+ tutorial is based on Python 3.13.0 , but if you have Python 3.8 or newer
77installed, this should not be a problem.
88
99.. tab :: Linux
@@ -19,9 +19,9 @@ installed, this should not be a problem.
1919
2020 .. code-block :: console
2121
22- $ wget https://www.python.org/ftp/python/3.12.4/Python-3.12.4 .tgz
23- $ tar xf Python-3.12.4 .tgz
24- $ cd Python-3.12.4
22+ $ wget https://www.python.org/ftp/python/3.12.4/Python-3.13.0 .tgz
23+ $ tar xf Python-3.13.0 .tgz
24+ $ cd Python-3.13.0
2525 $ ./configure --enable-optimizations
2626 $ sudo make altinstall
2727
@@ -56,11 +56,11 @@ installed, this should not be a problem.
5656
5757 #. Download the latest Python Releases for Windows installer, for example
5858 `Windows installer (64-bit)
59- <https://www.python.org/ftp/python/3.12.4 /python-3.12.4 -amd64.exe> `_.
59+ <https://www.python.org/ftp/python/3.13.0 /python-3.13.0 -amd64.exe> `_.
6060 #. Start the installation programme. If you have the necessary
6161 authorisations, install Python with the option *Install launcher for all
6262 users *. This should install Python in
63- :file: `C:\P rogram Files\P ython312 -64 `. In addition, *Add Python 3.12 to
63+ :file: `C:\\ Program Files\\ Python313 -64 `. In addition, *Add Python 3.13 to
6464 PATH * should be activated so that this path to the Python installation is
6565 also entered in the list of ``PATH `` environment variables.
6666 #. Finally, you can now check the installation by entering the following in
@@ -69,7 +69,7 @@ installed, this should not be a problem.
6969 .. code-block :: ps1con
7070
7171 C:\> python -V
72- Python 3.12.4
72+ Python 3.13.0
7373
7474 .. warning ::
7575 One disadvantage is that you have to return to the website regularly to
0 commit comments