Python Installation Guide¶
This guide walks you through downloading and installing Python on your computer.
Operating System Instructions¶
Select your operating system:
1. Download Installer¶
Visit the official Python website: python.org/downloads and download the Windows installer executable.
2. Important Step: Add Python to PATH¶
When running the installer, check the checkbox at the bottom of the first dialog:
Important Note
If this checkbox is unchecked, typing python in Command Prompt or PowerShell will return an error stating that the command is not recognized.
3. Complete the Wizard¶
- Select Install Now.
- Click Close when the installation succeeds.
4. Verify Installation¶
Open Command Prompt or PowerShell and enter:
Option 1: Official Installer (Recommended for Beginners)¶
- Go to python.org/downloads/macos.
- Download the latest macOS 64-bit installer package (
.pkg). - Run the installer and follow the on-screen steps.
- Open the Python folder in Applications and double-click
Install Certificates.command.
Option 2: Homebrew¶
Verify Installation¶
Verification Test¶
To verify that both Python and its standard library are working correctly, run: