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

NAME

6       pip-freeze - description of pip freeze 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

DESCRIPTION

17       Output installed packages in requirements format.
18
19       packages are listed in a case-insensitive sorted order.
20
21

USAGE

23          python -m pip freeze [options]
24

OPTIONS

26       -r, --requirement <file>
27              Use the order in the given requirements file  and  its  comments
28              when generating output. This option can be used multiple times.
29
30       -f, --find-links <url>
31              URL for finding packages, which will be added to the output.
32
33       -l, --local
34              If  in  a virtualenv that has global access, do not output glob‐
35              ally-installed packages.
36
37       --user Only output packages installed in user-site.
38
39       --path <path>
40              Restrict to the specified installation path for listing packages
41              (can be used multiple times).
42
43       --all  Do  not  skip these packages in the output: setuptools, distrib‐
44              ute, pip, wheel
45
46       --exclude-editable
47              Exclude editable package from output.
48
49       --exclude <package>
50              Exclude specified package from the output
51
52
53       IMPORTANT:
54          Did this article help?
55
56          We are currently doing research to improve pip's  documentation  and
57          would love your feedback.  Please email us and let us know:
58
59          1. What problem were you trying to solve when you came to this page?
60
61          2. What content was useful?
62
63          3. What content was not useful?
64

AUTHOR

66       pip developers
67
69       2008-2021, PyPA
70
71
72
73
7421.0                             May 17, 2021                    PIP-FREEZE(1)
Impressum