How to install python pip in Microsoft windows 7/8/10 with python installation and manually as well.

Steps to download and install pip in Windows

  1. download the pip file on your system desktop/downloads folder from https://pip.pypa.io/en/stable/installing/
  2. Launch Windows CMD and navigate to the folder, where pip is downloaded and then type in the CMD: python get-pip.py
  3. Hit enter key on your keyboard
  4. Let it download the latest pip for your system.

Get Python latest version from https://www.python.org/downloads/

Get pip from https://pip.pypa.io/en/stable/installing/