pip: add show example (#2932)

This commit is contained in:
liuming
2019-04-18 14:02:08 +08:00
committed by Owen Voke
parent e952f260dc
commit 1972f8778f

View File

@@ -26,3 +26,7 @@
- Install packages from file: - Install packages from file:
`pip install -r {{requirements.txt}}` `pip install -r {{requirements.txt}}`
- Show installed package info:
`pip show {{package_name}}`