mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 22:17:57 +01:00
pip: add show example (#2932)
This commit is contained in:
parent
e952f260dc
commit
1972f8778f
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
|||
- Install packages from file:
|
||||
|
||||
`pip install -r {{requirements.txt}}`
|
||||
|
||||
- Show installed package info:
|
||||
|
||||
`pip show {{package_name}}`
|
||||
|
|
Loading…
Reference in a new issue