pip3 freeze

Output installed packages in requirements format

Options

NameDescription
-r, --requirementUse the order in the given requirements file and its comments when generating output
-l, --localIf in a virtualenv that has global access, do not output globally-installed packages
--userOnly output packages installed in user-site
--path
  • Repeatable ♾
--allDo not skip these packages in the output: setuptools, distribute, pip, wheel
--exclude-editableExclude editable package from output
--exclude <package>Exclude specified package from the output