Skip to content

Python

This page will explain how to install Python and Pip.

Resources

Installation

Check if Python and Pip is already installed on your system. If they are already installed you can skip to installing MkDocs.

python --version
pip --version

Windows

Go to the Python Download page and download the installer.

  1. Choose the latest version and click the Download link.

  2. Scroll down to the Files section.

  3. Click the Windows installer (64-bit) link and the download starts.

  4. Run the installer.

    Important

    Check the box Add python.exe to PATH.

  5. Pip should come with the installation of Python but you can check this by running pip --version and if you get a version number as response, Pip is installed and you can skip to the next secion.

    pip --version
    

Linux

Comming soon...