HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pip search — Search for Python packages by name or summary. Doesn't work with PyPI; may work with other package i

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandpythonsearchnamecliforpip searchpackages

Problem

How to use the pip search command: Search for Python packages by name or summary. Doesn't work with PyPI; may work with other package indexes. More information: <https://pip.pypa.io/en/stable/cli/pip_search/>.

Solution

pip search — Search for Python packages by name or summary. Doesn't work with PyPI; may work with other package indexes. More information: <https://pip.pypa.io/en/stable/cli/pip_search/>.

Search for packages using a custom package index:
pip search {{[-i|--index]}} {{example.com}} {{query}}

Code Snippets

Search for packages using a custom package index

pip search {{[-i|--index]}} {{example.com}} {{query}}

Context

tldr-pages: common/pip search

Revisions (0)

No revisions yet.