Install Python

Download the installer for windows 64-bit and run it.

python.org

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.

../../_images/python_download.png
../../_images/python_3.11.png

This screenshot shows an example of the location of the link to the installer for Python 3.11.7 for 64-bit Windows.

../../_images/python_install.png

Installer screen.

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.

    ../../_images/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.)

    ../../_images/py_installed.png