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 python -m 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 -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: setuptools, pip, dis‐
33 tribute, wheel
34
35 --exclude-editable
36 Exclude editable package from output.
37
38 --exclude <package>
39 Exclude specified package from the output
40
41
43 pip developers
44
46 The pip developers
47
48
49
50
5121.3 Jan 21, 2022 PIP-FREEZE(1)