1PIP-LIST(1)                           pip                          PIP-LIST(1)
2
3
4

NAME

6       pip-list - description of pip list command
7

DESCRIPTION

9       List installed packages, including editables.
10
11       Packages are listed in a case-insensitive sorted order.
12
13

USAGE

15          pip list [options]
16

OPTIONS

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

AUTHOR

55       pip developers
56
58       2008-2020, PyPA
59
60
61
62
6320.2                            August 05, 2020                    PIP-LIST(1)
Impressum