Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 553 Bytes

File metadata and controls

15 lines (11 loc) · 553 Bytes

Install Python on Windows

If you don't have Python installed on your Windows machine, you can install it from python.org.

To verify it's installed, create a new terminal (Ctrl + Shift + `) and try running the following command:

python --version

You should see something similar to the following:

Python 3.9.5

For additional information about using Python on Windows, see Using Python on Windows at Python.org.