How to Install Python on Windows

Go to Python’s website download page.

Click the download button download button

Double click the downloaded file. python installation file

Check the Add python.exe to PATH then click Install Now. python installation. add to path. install

Wait for the installation to finish. python installation. installing

Once done installing, click Close. python installation successful. close

Open Command Prompt. Press the Windows key on your keyboard and search for cmd. Click Command Prompt. open command prompt

Type python --version then press Enter. python version

You should see the Python version that was installed. In this example, the version is 3.12.4.