Package Manager

pip

Python package manager.

Install Command
pip install {package}
Check Command
pip --version
Homepage URL
https://pip.pypa.io/
Bootstrap Note
pip is bundled with CPython 3.4+, so installing Python installs pip.
Has Install Step
For Platform
macOS
Command
brew install python
Description
Requires Homebrew.
For Platform
Debian/Ubuntu
Command
sudo apt-get install -y python3 python3-pip
For Platform
Fedora/RHEL
Command
sudo dnf install -y python3 python3-pip
For Platform
Windows
Download URL
https://www.python.org/downloads/windows/
Description
Download the Windows installer. Tick "Add Python to PATH" during setup.
For Platform
Cross-platform
Command
python -m ensurepip --upgrade
Description
Repairs a Python install that is missing pip. Use when Python is already present but pip is not.