solorice/vscode/extensions/donjayamanne.python-environment-manager-1.0.4/resources/walkthrough/install-python-windows.md
2022-04-28 20:54:44 +03:00

414 B

Install Python on Windows

If you don't have Python installed on your Windows machine, you can install it from the Microsoft Store.

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