Skip to content

Commit a15e440

Browse files
authored
pip-show: add page (#18376)
1 parent cbeee13 commit a15e440

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/common/pip-show.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# pip show
2+
3+
> Show information about installed packages.
4+
> More information: <https://pip.pypa.io/en/stable/cli/pip_show/>.
5+
6+
- Show information about a package:
7+
8+
`pip show {{package}}`
9+
10+
- Show all information about a package:
11+
12+
`pip show {{[-v|--verbose]}} {{package}}`
13+
14+
- Show all installed files for a package:
15+
16+
`pip show {{[-f|--files]}} {{package}}`

0 commit comments

Comments
 (0)