mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
pip3: fix argument spelling (#6140)
This commit is contained in:
parent
c327bf7e75
commit
f50ae7e905
3 changed files with 3 additions and 3 deletions
|
@ -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é :
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
- Memasang paket dari berkas:
|
||||
|
||||
`pip3 install --requirements {{requirements.txt}}`
|
||||
`pip3 install --requirement {{requirements.txt}}`
|
||||
|
||||
- Menampilkan informasi paket terinstal:
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
- Install packages from a file:
|
||||
|
||||
`pip3 install --requirements {{requirements.txt}}`
|
||||
`pip3 install --requirement {{requirements.txt}}`
|
||||
|
||||
- Show installed package info:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue