Pip : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Local)
(Exemples)
Ligne 13 : Ligne 13 :
 
  # pip install ntfy
 
  # pip install ntfy
 
  # ntfy send "Your task is complete"
 
  # ntfy send "Your task is complete"
  #pip list | grep ntf
+
  # pip list | grep ntf
 
   ntfy                    2.7.0               
 
   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