pip3 freeze
Output installed packages in requirements format
Options
Name | Description |
---|---|
-r, --requirement | Use the order in the given requirements file and its comments when generating output |
-l, --local | If in a virtualenv that has global access, do not output globally-installed packages |
--user | Only output packages installed in user-site |
--path |
|
--all | Do not skip these packages in the output: setuptools, distribute, pip, wheel |
--exclude-editable | Exclude editable package from output |
--exclude <package> | Exclude specified package from the output |