Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
Python

Python Installation

Install Python on Windows, macOS, or Linux and verify the version from the terminal.

Python Tutorial Series (4/95). Prefer one article? Read the complete Python tutorial.

Short description

Download Python from python.org (or use your OS package manager). On Windows, enable “Add Python to PATH”.

Steps

  1. Download Python 3.x LTS/stable.
  2. Enable PATH on Windows if prompted.
  3. Verify with python --version.

Verify install

python --version
# or
python3 --version
pip --version

Leave a reply

Your email address will not be published. Required fields are marked *