Browse Source

pip3: fix argument spelling (#6140)

Seth Falco 3 years ago
parent
commit
f50ae7e905
3 changed files with 3 additions and 3 deletions
  1. 1 1
      pages.fr/common/pip3.md
  2. 1 1
      pages.id/common/pip3.md
  3. 1 1
      pages/common/pip3.md

+ 1 - 1
pages.fr/common/pip3.md

@@ -29,7 +29,7 @@
 
 - Installe des paquets à partir d'un fichier :
 
-`pip3 install --requirements {{requirements.txt}}`
+`pip3 install --requirement {{requirements.txt}}`
 
 - Affiche les informations d'un paquet installé :
 

+ 1 - 1
pages.id/common/pip3.md

@@ -29,7 +29,7 @@
 
 - Memasang paket dari berkas:
 
-`pip3 install --requirements {{requirements.txt}}`
+`pip3 install --requirement {{requirements.txt}}`
 
 - Menampilkan informasi paket terinstal:
 

+ 1 - 1
pages/common/pip3.md

@@ -29,7 +29,7 @@
 
 - Install packages from a file:
 
-`pip3 install --requirements {{requirements.txt}}`
+`pip3 install --requirement {{requirements.txt}}`
 
 - Show installed package info: