Close

Installing Python 3.10.x on windows

[Last Updated: Jan 30, 2022]

Python 

In this tutorial we will see how to install Python 3.10.x on windows 10.

Download Python 3.10.x

We can choose a specific version of Python for windows from here

For this tutorial we chose Python 3.10.2 . Click on Windows installer (64-bit) to download.

Installation

After downloading, click on python-3.10.2-amd64.exe

Follow these steps:

Click on close.

Test installation

C:\Users\joe>py
Python 3.10.2 (tags/v3.10.2:a58ebcc, Jan 17 2022, 14:12:15) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

See Also