Skip to content

Installation

Installation process

Windows

To install Python on a Windows system, follow these steps:

  1. Visit the Official Python Website Open your web browser and go to the official Python website: python.org.

  2. Navigate to the Downloads Section Once on the website, click on the “Downloads” tab in the navigation bar. The website should automatically detect that you are using Windows and suggest the latest version of Python compatible with your system.

  3. Download the Latest Python Installer Click the download button to download the latest Python installer for Windows. The installer will be a .exe file.

  4. Run the Installer Locate the downloaded installer file (usually in your “Downloads” folder) and double-click it to run the installer.

  5. Check “Add Python to PATH” During the installation process, you’ll see an option to “Add Python to PATH.” Ensure this box is checked. This step is crucial as it allows you to run Python from the command line without needing to specify the full path to the Python executable.

  6. Select “Install Now” Click the “Install Now” button to proceed with the installation. The installer will install Python, along with pip (Python’s package manager), and other necessary tools.

  7. Verify Installation After the installation is complete, you can verify that Python is installed correctly. Open the Command Prompt (you can search for “cmd” in the Start menu) and type:

    Terminal window
    python --version