We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbeee13 commit a15e440Copy full SHA for a15e440
pages/common/pip-show.md
@@ -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