mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
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:
|
||||
|
||||
`pip show {{package_name}}`
|
||||
|
||||
- Install packages from a file:
|
||||
|
||||
`pip install --requirement {{requirements.txt}}`
|
||||
|
||||
Reference in New Issue
Block a user