pip (package manager)

pip (also known by Python 3's alias pip3) is a package-management system written in Python and is used to install and manage software packages. The Python Software Foundation recommends using pip for installing Python applications and its dependencies during deployment. Pip connects to an online repository of public packages, called the Python Package Index. Pip can be configured to connect to other package repositories (local or remote), provided that they comply to Python Enhancement Proposal 503.

pip
Original author(s)Ian Bicking
Initial release4 April 2011 (2011-04-04)
Stable release
24.0  / 3 February 2024 (3 February 2024)
Repository
Written inPython
Operating systemOS-independent
PlatformPython
TypePackage management system
LicenseMIT
Websitepip.pypa.io

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.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.