pip: add install from requirements.txt example (#8161)
This commit is contained in:

committed by
GitHub

parent
b5bc4bbf18
commit
0dd0fcb430
@@ -27,3 +27,7 @@
|
|||||||
- Show installed package info:
|
- Show installed package info:
|
||||||
|
|
||||||
`pip show {{package_name}}`
|
`pip show {{package_name}}`
|
||||||
|
|
||||||
|
- Install packages from a file:
|
||||||
|
|
||||||
|
`pip install --requirement {{requirements.txt}}`
|
||||||
|
Reference in New Issue
Block a user