package management system for Python
Pip_help.png
PyPI
PyPI - Python Version
Documentation
pip install virtualenv
pip (also known by Python 3's alias pip3) is a package manager (package management system) written in Python and is used to install and manage software packages. The Python Software Foundation recommends โ€ฆ Wikipedia
Factsheet
pip
Original author Ian Bicking
Release 28 October 2008 (17 years ago) (2008-10-28)
Factsheet
pip
Original author Ian Bicking
Release 28 October 2008 (17 years ago) (2008-10-28)
๐ŸŒ
pip
pip.pypa.io โ€บ en โ€บ stable โ€บ installation
Installation - pip documentation v26.1.2
More details about this script can be found in pypa/get-pipโ€™s README. ... The zip application is currently experimental. We test that pip runs correctly in this form, but it is possible that there could be issues in some situations. We will accept bug reports in such cases, but for now the zip application should not be used in production environments. In addition to installing pip in your environment, pip is available as a standalone zip application.
๐ŸŒ
Python Packaging
packaging.python.org โ€บ tutorials โ€บ installing-packages
Installing Packages - Python Packaging User Guide
If pip isnโ€™t already installed, then first try to bootstrap it from the standard library: ... Run python get-pip.py. [2] This will install or upgrade pip.
Discussions

How do I download pip?
I've tried running the command ...p.pypa.io/get-pip.py' link into the shell.. which just gives me errors. Can't see any options anywhere of just a file to download or anything... Anyone had the same experience? I'm using Mac OS Sierra ... pip comes with the python installer nowadays ... More on reddit.com
๐ŸŒ r/learnpython
5
3
January 19, 2021
How to install pip with Python 3? - Stack Overflow
Pip's website says that it already comes with Python 3.4+ if you downloaded from python.org. However, when I type pip on terminal, I get command not found. So I decided to go through the python3's install docs again, where it mentions that python and pip should be accessed using the commands ... More on stackoverflow.com
๐ŸŒ stackoverflow.com
How do i download get-pip.py
Subreddit for posting questions and asking for general advice about all topics related to learning python. ... Cannot get PIP to install on windows 10 (python 3.9). More on reddit.com
๐ŸŒ r/learnpython
12
1
April 21, 2019
How do you install Pip for Python (Windows 10)?

Is python in you system PATH?

I open up cmd and simply run pip whatever on my Windows box

More on reddit.com
๐ŸŒ r/learnpython
8
1
November 23, 2019
๐ŸŒ
PyPI
pypi.org โ€บ project โ€บ pip
pip ยท PyPI
3 weeks ago - The PyPA recommended tool for installing Python packages. ... pip is the package installer for Python.
      ยป pip install pip
    
Published ย  May 31, 2026
Version ย  26.1.2
Homepage ย  https://pip.pypa.io/
๐ŸŒ
GeeksforGeeks
geeksforgeeks.org โ€บ installation guide โ€บ how-to-install-pip-on-windows
How to Install PIP on Windows - GeeksforGeeks
February 16, 2026 - We can pip install in Python by manually installing it. You might need to use the correct version of the file from pypa.io if you're using an earlier version of Python or pip. Get the file and save it to a folder on your PC.
๐ŸŒ
GitHub
github.com โ€บ pypa โ€บ get-pip
GitHub - pypa/get-pip: Helper scripts to install pip, in a Python installation that doesn't have it. ยท GitHub
These are passed through to the underlying pip install command, and can thus be used to constrain the versions of the packages, install additional packages, or to pass other pip options such as --no-index.
Starred by 888 users
Forked by 338 users
Languages ย  Python
๐ŸŒ
Python
docs.python.org โ€บ 3 โ€บ installing โ€บ index.html
Installing Python modules โ€” Python 3.14.6 documentation
When using comparator operators such as >, < or some other special character which get interpreted by shell, the package name and the version should be enclosed within double quotes: python -m pip install SomePackage==1.0.4 # specific version ...
๐ŸŒ
W3Schools
w3schools.com โ€บ python โ€บ python_pip.asp
Python PIP
Navigate your command line to the location of Python's script directory, and type the following: ... If you do not have PIP installed, you can download and install it from this page: https://pypi.org/project/pip/
Find elsewhere
๐ŸŒ
Reddit
reddit.com โ€บ r/learnpython โ€บ how do i download pip?
r/learnpython on Reddit: How do I download pip?
January 19, 2021 - This was it! Was trying to do everything in the python shell and not in the terminal. I have got it now, thanks mate! ... You need to download the get-pip.py and then execute it with python (i.e.
๐ŸŒ
ActiveState
activestate.com โ€บ resources โ€บ quick-reads โ€บ how-to-install-pip-on-windows
Secure Python Packages Built From Source | ActiveState
ActiveState builds Python packages from source and delivers them as native Wheels through the package managers and artifact repositories your team already uses. ... Point pip at your Curated Catalog instead of PyPI.
๐ŸŒ
GeeksforGeeks
geeksforgeeks.org โ€บ python โ€บ download-and-install-pip-latest-version
Download and install pip Latest Version - GeeksforGeeks
July 12, 2025 - pip can be downloaded and installed using the terminal in Linux by going through the following command: sudo apt-get install python3-pip python-dev Beginning the installation:
๐ŸŒ
Readthedocs
pip-python3.readthedocs.io โ€บ en โ€บ latest โ€บ installing.html
Installation โ€” pip 10.0.0.dev0 documentation
pip is already installed if you are using Python 2 >=2.7.9 or Python 3 >=3.4 downloaded from python.org or if you are working in a Virtual Environment created by virtualenv or pyvenv. Just make sure to upgrade pip. To install pip, securely download get-pip.py.
๐ŸŒ
PhoenixNAP
phoenixnap.com โ€บ home โ€บ kb โ€บ devops and development โ€บ how to install pip on windows
How to Install pip on Windows
March 24, 2025 - Install PIP on Windows using two different methods: ensurepip and get-pip.py. Learn how to upgrade and downgrade pip.
๐ŸŒ
Server Academy
serveracademy.com โ€บ courses โ€บ python-3-for-beginners โ€บ installing-python-pip
Learn how to install PIP for Python 3 on Windows - Server Academy
If PIP is not installed, you need to download the PIP installation script get-pip.py. This script simplifies the installation process and ensures that you have the necessary tools to manage Python packages seamlessly.
๐ŸŒ
MakeUseOf
makeuseof.com โ€บ home โ€บ programming โ€บ how to install python pip on windows, mac, and linux
How to Install Python PIP on Windows, Mac, and Linux
July 8, 2022 - If youโ€™re using Python 2.7.9 (or greater), 3.4 (or greater), then PIP is already built into the Python installer. When you download the latest release, you should remember that a particular release isnโ€™t supported indefinitely. According to Pythonโ€™s development cycle, support for Python 3.4 ended in March 2019. This means that it has bypassed the end-of-life branch, and youโ€™ll no longer get security fixes.
๐ŸŒ
pip
pip.pypa.io โ€บ en โ€บ stable โ€บ getting-started
Getting Started - pip documentation v26.1.2
C:> py --version Python 3.N.N C:> py -m pip --version pip X.Y.Z from ... (python 3.N.N) If that worked, congratulations! You have a working pip in your environment. If you got output that does not look like the sample above, please read the Installation page.
Top answer
1 of 16
892

edit: Manual installation and use of setuptools is not the standard process anymore.

If you're running Python 2.7.9+ or Python 3.4+

Congrats, you should already have pip installed. If you do not, read onward.

If you're running a Unix-like System

You can usually install the package for pip through your package manager if your version of Python is older than 2.7.9 or 3.4, or if your system did not include it for whatever reason.

Instructions for some of the more common distros follow.

Installing on Debian (Wheezy and newer) and Ubuntu (Trusty Tahr and newer) for Python 2.x

Run the following command from a terminal:

sudo apt-get install python-pip 

Installing on Debian (Wheezy and newer) and Ubuntu (Trusty Tahr and newer) for Python 3.x

Run the following command from a terminal:

sudo apt-get install python3-pip
Note:

On a fresh Debian/Ubuntu install, the package may not be found until you do:

sudo apt-get update

Installing pip on CentOS 7 for Python 2.x

On CentOS 7, you have to install setup tools first, and then use that to install pip, as there is no direct package for it.

sudo yum install python-setuptools
sudo easy_install pip

Installing pip on CentOS 7 for Python 3.x

Assuming you installed Python 3.4 from EPEL, you can install Python 3's setup tools and use it to install pip.

# First command requires you to have enabled EPEL for CentOS7
sudo yum install python34-setuptools
sudo easy_install pip

If your Unix/Linux distro doesn't have it in package repos

Install using the manual way detailed below.

The manual way

If you want to do it the manual way, the now-recommended method is to install using the get-pip.py script from pip's installation instructions.

Install pip

To install pip, securely download get-pip.py

Then run the following (which may require administrator access):

python get-pip.py 

If setuptools is not already installed, get-pip.py will install setuptools for you.

2 of 16
237

I was able to install pip for python 3 on Ubuntu just by running sudo apt-get install python3-pip.

๐ŸŒ
pip
pip.pypa.io โ€บ en โ€บ stable โ€บ cli โ€บ pip_install
pip install - pip documentation v26.1.2
Installing collected packages baz, bar, foo, quux $ python -m pip install bar ... Installing collected packages foo, baz, bar Windows ยท C:\> py -m pip install quux ... Installing collected packages baz, bar, foo, quux C:\> py -m pip install bar ...