Installing Python
Mac and Linux
Python comes pre-installed on Mac and Linux. No installation required.
Windows
1. Download the latest Python installer from https://python.org/downloads/.
2. Run the installer. On the first screen, make sure you check Add Python to PATH before proceeding.
3. Click Install Now.
4. After installation completes, click Disable path length limit if prompted.
5. Close your PowerShell session and open a new elevated PowerShell session.
6. Verify the installation:
python --version
If the Python version number is displayed, the installation was successful.
