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.
-
Choose the latest version and click the Download link.
-
Scroll down to the Files section.
-
Click the Windows installer (64-bit) link and the download starts.
-
Run the installer.
-
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...