mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 15:00:07 +00:00
Update cheatsheets
This commit is contained in:
14
tldr/pip-search
Normal file
14
tldr/pip-search
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user