pip (package manager)
| pip | |
|---|---|
An output of pip --help | |
| Original author | Ian Bicking |
| Initial release | 28 October 2008 |
| Stable release | 25.3
/ 25 October 2025 |
| Written in | Python |
| Operating system | OS-independent |
| Platform | Python |
| Type | Package manager |
| License | MIT |
| Website | pip |
| Repository | |
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 using pip to install Python applications and its dependencies during deployment. Pip connects to an online software repository of public packages, named the Python Package Index (PyPI). Pip can be configured to connect to other package repositories (local or remote), provided that they comply to Python Enhancement Proposal 503.
Most distributions of Python come with pip preinstalled. Python 2.7.9 and later (on the python2 series), and Python 3.4 and later include pip by default.