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

NAME

6       pip-freeze - description of pip freeze command
7

DESCRIPTION

9       Output installed packages in requirements format.
10
11       packages are listed in a case-insensitive sorted order.
12
13

USAGE

15          python -m pip freeze [options]
16

OPTIONS

18       -r, --requirement <file>
19              Use  the  order  in the given requirements file and its comments
20              when generating output. This option can be used multiple times.
21
22       -l, --local
23              If in a virtualenv that has global access, do not  output  glob‐
24              ally-installed packages.
25
26       --user Only output packages installed in user-site.
27
28       --path <path>
29              Restrict to the specified installation path for listing packages
30              (can be used multiple times).
31
32       --all  Do not skip these packages in  the  output:  distribute,  setup‐
33              tools, wheel, pip
34
35       --exclude-editable
36              Exclude editable package from output.
37
38       --exclude <package>
39              Exclude specified package from the output
40
41

AUTHOR

43       pip developers
44
46       The pip developers
47
48
49
50
5122.2                             Nov 21, 2022                    PIP-FREEZE(1)
Impressum