Windows 10 How-to Install Python 2.x/3.x Pip & Easy Install

Installing Python 2/3 Pip on Windows 10

This Article Present the Detailed and Step-by-Step Instructions necessary to Get Installed the Python 2.x/3.x Pip and Setuptools on Windows 10 32/64bit.

The Python Setuptools Package is Now Automatically Installed by the get-pip.py Script.

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut Easier to Read & Digest 😉

Python Windows
  1. Open Command Prompt Window
    • Switch to Start View

      Just Pressing “Cmd” Key

    • Search for Command Prompt

      Just Typing “command”

      Win8 Command Prompt
  2. Installing Python 2/3 Pip Tool

    1. Download the get-pip.py Pip Script Installer:

      Get Python Pip Script Installer

      Right-Click on Link > Save As get-pip.py.

    2. Installing Python Pip

      For Python 2.x:

      python get-pip.py

      So for Python 3.x consequently:

      python3 get-pip.py


  3. The Pip Installer Automatically Install the Python Setuptools with Easy_Install
    Then too Update it Run:

    pip install -U setuptools