.. |Python| raw:: html
python.org
Install Python
==============
Download the installer for windows 64-bit and run it.
|Python|
.. tip::
To download a version of Python that is not the latest,
refer to the screenshot below and download the installer that suits your environment.
.. figure:: python_download.png
.. figure:: python_3.11.png
:scale: 50%
This screenshot shows an example of the location of the link to the installer for Python 3.11.7 for 64-bit Windows.
.. figure:: python_install.png
Installer screen.
.. _check-the-installation-python-section:
Check the Installation of Python
--------------------------------
If you want to check the installation later, please follow the steps below.
1. Press the Windows key and open the Command Prompt.
.. figure:: launch_cmd.png
2. Type ``py`` and press Enter.
3. If Python starts, the setup was successful.
(If you see the message
"'py' is not recognized as an internal or external command,
operable program or batch file.",
it is possible that Python is not installed.)
.. figure:: py_installed.png