How to Install Python on Windows

This tutorial covers how to install Python on Windows

Download the version of Python you want to use



Click the link below to download Python 3.7 -- this is the current release. Python 3.7



Click the link below to download Python 2.7 -- this is a version known to be stable across platforms. Python 2.7

Run the Python executable that you have downloaded


In this picture we are installing Python 3.5. Notice in the picture that the checkbox is marked to install Python 3.5 to Path. This tells our operating system and installer that we want Python automatically added to the Path. Checking this box will save us the headache of setting Environment Variables later.


Install pip