Pip

pip

Package management system for Python

pip is a package manager 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, provided that they comply to Python Enhancement Proposal 503.