1PIP-SHOW(1) pip PIP-SHOW(1)
2
3
4
6 pip-show - description of pip show command
7
8 IMPORTANT:
9 Did this article help?
10
11 We are currently doing research to improve pip's documentation and
12 would love your feedback. Please email us and let us know why you
13 came to this page and what on it helped you and what did not. (‐
14 Read more about this research)
15
17 Show information about one or more installed packages.
18
19 The output is in RFC-compliant mail header format.
20
21
23 python -m pip show [options] <package> ...
24
26 -f, --files
27 Show the full list of installed files for each package.
28
29
30 IMPORTANT:
31 Did this article help?
32
33 We are currently doing research to improve pip's documentation and
34 would love your feedback. Please email us and let us know:
35
36 1. What problem were you trying to solve when you came to this page?
37
38 2. What content was useful?
39
40 3. What content was not useful?
41
43 pip developers
44
46 2008-2021, PyPA
47
48
49
50
5121.0 May 17, 2021 PIP-SHOW(1)