1PIP-LIST(1) pip PIP-LIST(1)
2
3
4
6 pip-list - description of pip list command
7
9 List installed packages, including editables.
10
11 Packages are listed in a case-insensitive sorted order.
12
13
15 python -m pip list [options]
16
18 -o, --outdated
19 List outdated packages
20
21 -u, --uptodate
22 List uptodate packages
23
24 -e, --editable
25 List editable projects.
26
27 -l, --local
28 If in a virtualenv that has global access, do not list glob‐
29 ally-installed packages.
30
31 --user Only output packages installed in user-site.
32
33 --path <path>
34 Restrict to the specified installation path for listing packages
35 (can be used multiple times).
36
37 --pre Include pre-release and development versions. By default, pip
38 only finds stable versions.
39
40 --format <list_format>
41 Select the output format among: columns (default), freeze, or
42 json. The 'freeze' format cannot be used with the --outdated op‐
43 tion.
44
45 --not-required
46 List packages that are not dependencies of installed packages.
47
48 --exclude-editable
49 Exclude editable package from output.
50
51 --include-editable
52 Include editable package from output.
53
54 --exclude <package>
55 Exclude specified package from the output
56
57
59 pip developers
60
62 The pip developers
63
64
65
66
6723.2 Aug 04, 2023 PIP-LIST(1)