pip

EcosystemPython N/ABeginner

The default package installer for Python; downloads from PyPI

Quick Info

Documentation
Official Docs
Python Version
N/A
Dependencies
setuptools, wheel (usually pre-installed)
Install
python -m ensurepip # or included with Python

Learn by Difficulty

Quick Example

python
# pip
# The default package installer for Python; downloads from PyPI
#
# Category: Ecosystem
# Related: PyPI, uv, conda, poetry, pipx, venv, requirements.txt
print("pip: The default package installer for Python; downloads from PyPI")

pip is part of the Python ecosystem. The default package installer for Python; downloads from PyPI.

Try in Playground

Tags

ecosystempackage-managerinstallerpypi

Related Items