pip3: fix argument spelling (#6140)

manned-org^2
Seth Falco 2021-06-18 03:52:17 +02:00 committed by GitHub
parent c327bf7e75
commit f50ae7e905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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é :

View File

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

View File

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