pip list
List installed packages
Options
Name | Description |
---|---|
-o, --outdated | List outdated packages |
-u, --uptodate | List uptodate packages |
-e, --editable | List editable projects |
-l, --local | If in a virtualenv that has global access, do not list globally-installed packages |
--user | Only output packages installed in user-site |
--path <path> |
|
--pre | Include pre-release and development versions. By default, pip only finds stable versions |
--format | Select the output format among: columns (default), freeze, or json |
--not-required | List packages that are not dependencies of installed packages |
--exclude-editable | Exclude editable package from output |
--include-editable | Include editable package from output |
--exclude <package> | Exclude specified package from the output |
-i, --index-url <arg> | Base URL of the Python Package Index (default https://pypi.org/simple) |
--extra-index-url | Include pre-release and development versions. By default, pip only finds stable versions |
--no-index | Ignore package index (only looking at --find-links URLs instead) |
-f, --find-links <url> | If a URL or path to an html file, then parse for links to archives such as sdist (.tar.gz) or wheel (.whl) files |