How To Install Python And PIP On Windows 10
Recently I had to fit Python on Windows 10, so I can use the “Closure Linter” tool for PhpStorm. Here can be a simple self-help guide to show you exactly how to put in Python and PIP with your Windows 10 machine.
The initial step is to download Python from python.org and select the latest version to setup (in such cases 3.5.1).
You ought to choose “Windows x86-64 executable installer” should you have a 64bit system. (why wouldn’t you?)
Once it offers downloaded, double-click for the installer, you will end up presented with this:
If the setup ran successfully, you should experience a message “Setup was successful message.” Close and continue with another steps.
PIP is often a package management system for Python, which means you will want to put in this handy tool to generate your life simpler.
Right-click for the link “get-pip.py” and select “Save Link As…”. Save it to somewhere that's easily accessible out of your desktop. Once saved you will see the subsequent on your Desktop.
Since you could have already installed Python, Windows will understand that this is usually a Python script (.py) all of which will allow you to run it. Just double-click the file and let it run. A command prompt-like window will open and do its thing before closing again.
Download Python
The initial step is to download Python from python.org and select the latest version to setup (in such cases 3.5.1).
On the following page, scroll for the bottom with the page, you could then see a table that appears like this:
You ought to choose “Windows x86-64 executable installer” should you have a 64bit system. (why wouldn’t you?)
Install Python
Once it offers downloaded, double-click for the installer, you will end up presented with this:
If the setup ran successfully, you should experience a message “Setup was successful message.” Close and continue with another steps.
Installing and Testing PIP
PIP is often a package management system for Python, which means you will want to put in this handy tool to generate your life simpler.
To install PIP first visit “Get PIP,” you will observe something similar to this:
Right-click for the link “get-pip.py” and select “Save Link As…”. Save it to somewhere that's easily accessible out of your desktop. Once saved you will see the subsequent on your Desktop.
Since you could have already installed Python, Windows will understand that this is usually a Python script (.py) all of which will allow you to run it. Just double-click the file and let it run. A command prompt-like window will open and do its thing before closing again.