Feb 13, 2020. To install or upgrade pip, download get-pip.py from the official site Then run the following command: sudo python get-pip.py and it will install the pip for your python version which runs the script. – doru Jan 3 '16 at 4:53.
PIP is a package management system used to install and manage software packages/libraries written in Python. These files are stored in a large “on-line repository” termed as Python Package Index (PyPI). After you have successfully installed Python, you would clearly need pip in order to install packages, such as Numpy, Django and lots more on your operating system.
Pip installation
Windows
pip can be downloaded and installed using command-line by going through the following steps:
- Download the get-pip.py file and store it in the same directory as python is installed.
- Change the current path of the directory in the command line to the path of the directory where the above file exists.
- Run the command given below:
and wait through the installation process.
- Voila! pip is now installed on your system.
For more, visit – How to install PIP on Windows ?

Linux
pip can be downloaded and installed using the terminal in Linux by going through the following command:
Beginning the installation:
- Getting Started:
- Providing Disk Space:
- Downloading Libraries:
- Unpacking File bundles:
- Finishing up the Installation:
For more, visit – How to install PIP in Linux?
macOS
pip in macOS can be downloaded and installed using command-line by going through the following steps:
- Download the get-pip.py file and store it in the same directory as python is installed.
or
Use the following command to download pip directly, - Now execute the downloaded file using below command
and wait through the installation process.
- Voila! pip is now installed on your system.
Verification of the Installation process:


One can easily verify if the pip has been installed correctly by performing a version check on the same. Just go to the command line and execute the following command:
Get-pip.py Mac Download Software
Recommended Posts:
If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please Improve this article if you find anything incorrect by clicking on the 'Improve Article' button below.