pip Package Manager
(Redirected from pip)
Jump to navigation
Jump to search
A pip Package Manager is a Python software package manager.
- Context:
- …
- Counter-Example(s):
- See: Package Management System, conda PM, Package Manager, Package (Package Management System), Python Package Index.
References
2017
- (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/pip_(package_manager) Retrieved:2017-7-18.
- pip is a package management system used to install and manage software packages written in Python. Many packages can be found in the Python Package Index (PyPI).
Python 2.7.9 and later (on the python2 series), and Python 3.4 and later include pip (pip3 for Python 3) by default.
pip is a recursive acronym that can stand for either "Pip Installs Packages" or "Pip Installs Python".
- pip is a package management system used to install and manage software packages written in Python. Many packages can be found in the Python Package Index (PyPI).