Pip : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Exemples)
m (Admin a déplacé la page Python-pip vers Pip)
(Aucune différence)

Version du 25 octobre 2022 à 11:57

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