Post

Install Python

Installation guide for Python.

Install Python

Installation

  1. Download for your computer. Download Python
  2. Install Python
    python installer
    • Add python.exe to the PATH
    • Install without admin

If you select Use admin, you will need administrator permissions to install Python for all users on the computer.

Verification

Open your terminal and enter this command:

1
python --version

Python should return the installed version.
verification img

This post is licensed under CC BY 4.0 by the author.