1️⃣ Python

Step 1 - Python Already installed?

  1. Verify if you already have Python is installed or not

  2. Open Command Prompt, execute command\

    python --version
  3. If 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

circle-exclamation

circle-info

Close and reopen Command Prompt for the PATH update to take effect

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?