solorice/vscodium/extensions/ms-python.python-2022.4.1/resources/walkthrough/install-python-windows.md
2022-04-28 21:17:01 +03:00

15 lines
414 B
Markdown

## Install Python on Windows
If you don't have Python installed on your Windows machine, you can install it from the [Microsoft Store](https://aka.ms/AAd9rms).
To verify it's installed, create a new terminal (<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>`</kbd>) and try running the following command:
```
python --version
```
You should see something similar to the following:
```
Python 3.9.5
```