mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
414 B
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