mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
pip: add install from requirements.txt example (#8161)
This commit is contained in:
parent
b5bc4bbf18
commit
0dd0fcb430
1 changed files with 4 additions and 0 deletions
|
@ -27,3 +27,7 @@
|
|||
- Show installed package info:
|
||||
|
||||
`pip show {{package_name}}`
|
||||
|
||||
- Install packages from a file:
|
||||
|
||||
`pip install --requirement {{requirements.txt}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue