P

pip

Package manager for Python packages

package managerMIT
Install
python -m pip install --upgrade pip

About

Pip is the standard package manager for Python. It installs packages from PyPI and allows easy dependency management.

pythonpackage-manager