1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/docs/html/reference/pip_search.rst
Pradyun Gedam 6962284236
Remove inline table of contents
Furo provides a fully-fleshed-out right sidebar that provides an in-page
table of contents, that's scrollable and does not interrupt content.
2020-11-12 07:29:19 +05:30

52 lines
862 B
ReStructuredText

.. _`pip search`:
==========
pip search
==========
Usage
=====
.. tab:: Unix/macOS
.. pip-command-usage:: search "python -m pip"
.. tab:: Windows
.. pip-command-usage:: search "py -m pip"
Description
===========
.. pip-command-description:: search
Options
=======
.. pip-command-options:: search
Examples
========
#. Search for "peppercorn"
.. tab:: Unix/macOS
.. code-block:: console
$ python -m pip search peppercorn
pepperedform - Helpers for using peppercorn with formprocess.
peppercorn - A library for converting a token stream into [...]
.. tab:: Windows
.. code-block:: console
C:\> py -m pip search peppercorn
pepperedform - Helpers for using peppercorn with formprocess.
peppercorn - A library for converting a token stream into [...]