Installing Python 2/3 Pip on Windows 8
This Article Presents the Detailed and Step-by-Step Instructions necessary to Get Installed the Python 2.x/3.x Pip and Setuptools on Windows 8 32/64-bit.
The Python Setuptools Package is Now Automatically Installed by the get-pip.py Script.
The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.
-
Open Command Prompt Window
-
Switch to Start View
Just Pressing “Cmd” Key.
-
Search for Command Prompt
Just Typing “command”.
-
-
Installing Python 2/3 Pip Tool.
-
Download the get-pip.py Pip Script Installer
Right-Click on Link > Save As get-pip.py.
-
Installing Python Pip.
For Python 2.x:
python get-pip.py
So for Python 3.x consequently:
python3 get-pip.py
-
-
The Pip Installer Automatically Install the Python Setuptools with Easy_Install
Then too Update it Run:pip install -U setuptools