Pip : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Local)
Ligne 9 : Ligne 9 :
 
  pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)
 
  pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)
  
== Local ==  
+
== Exemples ==  
 +
 
 +
# pip install ntfy
 +
# ntfy send "Your task is complete"
 +
#pip list | grep ntf
 +
  ntfy                    2.7.0             
  
 
{{Mémo}}
 
{{Mémo}}

Version du 23 juin 2022 à 17: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