pip3: fix argument spelling (#6140)

This commit is contained in:
Seth Falco
2021-06-18 03:52:17 +02:00
committed by GitHub
parent c327bf7e75
commit f50ae7e905
3 changed files with 3 additions and 3 deletions

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: