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
- Download Python 3.x LTS/stable.
- Enable PATH on Windows if prompted.
- Verify with
python --version.
Verify install
python --version
# or
python3 --version
pip --version