How to install Python 3.11 on Windows 10

Python 3.11 is finally released. In this tutorial we will see how to install Python 3.11 on Windows 10.

Download Python 3.11

  • Navigate to https://www.python.org/downloads/ and download Python 3.11 executable.
  • python 3.11

    Install Python 3.11

  • Right click on downloaded file and select Run as administrator.
  • Check Add python.exe to PATH and click on Install Now.
  • python 3.11

  • Wait till the installation is complete and than click on Close.
  • python 3.11

    python 3.11

    Verify Installation

  • Open the command prompt and type python --version and you should see Python version in output.
  • python 3.11


    Category: Python