How to Install Python on Windows
Go to Python’s website download page.
Click the download button
Double click the downloaded file.
Check the Add python.exe to PATH
then click Install Now
.
Wait for the installation to finish.
Once done installing, click Close
.
Open Command Prompt
. Press the Windows key on your keyboard and search for cmd
. Click Command Prompt
.
Type python --version
then press Enter
.
You should see the Python version that was installed. In this example, the version is 3.12.4
.