pip freeze¶
目次
説明¶
Output installed packages in requirements format.
packages are listed in a case-insensitive sorted order.
オプション¶
-
-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