Pip

De Asso Val Libre
Aller à : navigation, rechercher
Package Installer for Python (Installateur de paquets/packages pour le langage Python)

Installation

# apt install python3-pip
# pip --version
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)
# pip3 --version
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)

Exemples

# pip install ntfy
# ntfy send "Your task is complete"
# pip list | grep ntf
 ntfy                    2.7.0