1PIP-FREEZE(1) pip PIP-FREEZE(1)
2
3
4
6 pip-freeze - description of pip freeze command
7
9 Output installed packages in requirements format.
10
11 packages are listed in a case-insensitive sorted order.
12
13
15 pip freeze [options]
16
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 -f, --find-links <url>
23 URL for finding packages, which will be added to the output.
24
25 -l, --local
26 If in a virtualenv that has global access, do not output glob‐
27 ally-installed packages.
28
29 --user Only output packages installed in user-site.
30
31 --path <path>
32 Restrict to the specified installation path for listing packages
33 (can be used multiple times).
34
35 --all Do not skip these packages in the output: distribute, wheel,
36 setuptools, pip
37
38 --exclude-editable
39 Exclude editable package from output.
40
41
43 pip developers
44
46 2008-2020, PyPA
47
48
49
50
5119.3 April 10, 2020 PIP-FREEZE(1)