1️⃣ Python
Step 1 - Python Already installed?
Verify if you already have Python is installed or not
Open Command Prompt, execute command\
python --versionIf Python is not installed, you will see an error You can install it from the Windows app store or by manual download and install using the link below
Step 2 - Manually install Python
During installation
Check the box for "Add Python 3.10 to PATH"

After restarting Command Prompt Verify python has been successfully installed with command
If successful you should output similar to the following
Last updated
Was this helpful?