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
43
44 --not-required
45 List packages that are not dependencies of installed packages.
46
47 --exclude-editable
48 Exclude editable package from output.
49
50 --include-editable
51 Include editable package from output.
52
53 --exclude <package>
54 Exclude specified package from the output
55
56
58 pip developers
59
61 The pip developers
62
63
64
65
6622.3 May 30, 2023 PIP-LIST(1)