Skip to content

Commit

Permalink
pip3: fix argument spelling (tldr-pages#6140)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco authored Jun 18, 2021
1 parent c327bf7 commit f50ae7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages.fr/common/pip3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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é :

Expand Down
2 changes: 1 addition & 1 deletion pages.id/common/pip3.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

- Memasang paket dari berkas:

`pip3 install --requirements {{requirements.txt}}`
`pip3 install --requirement {{requirements.txt}}`

- Menampilkan informasi paket terinstal:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/pip3.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

- Install packages from a file:

`pip3 install --requirements {{requirements.txt}}`
`pip3 install --requirement {{requirements.txt}}`

- Show installed package info:

Expand Down

0 comments on commit f50ae7e

Please sign in to comment.