pip-freeze

Description

Output installed packages in requirements format.

packages are listed in a case-insensitive sorted order.

Usage

pip [options]

Options

-r, --requirement <file>

Use the order in the given requirements file and its comments when generating output. This option can be used multiple times.

-f, --find-links <url>

URL for finding packages, which will be added to the 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.

--all

Do not skip these packages in the output: pip, setuptools, distribute, wheel

--exclude-editable

Exclude editable package from output.