1PIP-LIST(1) pip PIP-LIST(1)
2
3
4
6 pip-list - description of pip list 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 List installed packages, including editables.
18
19 Packages are listed in a case-insensitive sorted order.
20
21
23 python -m pip list [options]
24
26 -o, --outdated
27 List outdated packages
28
29 -u, --uptodate
30 List uptodate packages
31
32 -e, --editable
33 List editable projects.
34
35 -l, --local
36 If in a virtualenv that has global access, do not list glob‐
37 ally-installed packages.
38
39 --user Only output packages installed in user-site.
40
41 --path <path>
42 Restrict to the specified installation path for listing packages
43 (can be used multiple times).
44
45 --pre Include pre-release and development versions. By default, pip
46 only finds stable versions.
47
48 --format <list_format>
49 Select the output format among: columns (default), freeze, or
50 json
51
52 --not-required
53 List packages that are not dependencies of installed packages.
54
55 --exclude-editable
56 Exclude editable package from output.
57
58 --include-editable
59 Include editable package from output.
60
61 --exclude <package>
62 Exclude specified package from the output
63
64
65 IMPORTANT:
66 Did this article help?
67
68 We are currently doing research to improve pip's documentation and
69 would love your feedback. Please email us and let us know:
70
71 1. What problem were you trying to solve when you came to this page?
72
73 2. What content was useful?
74
75 3. What content was not useful?
76
78 pip developers
79
81 2008-2021, PyPA
82
83
84
85
8621.0 May 17, 2021 PIP-LIST(1)