Skip to content

Commit 57873af

Browse files
bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)
(cherry picked from commit 133705b) Co-authored-by: Bob Kline <[email protected]>
1 parent 4da5ca5 commit 57873af

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

Doc/tutorial/venv.rst

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,9 @@ Managing Packages with pip
9595
You can install, upgrade, and remove packages using a program called
9696
:program:`pip`. By default ``pip`` will install packages from the Python
9797
Package Index, <https://pypi.org>. You can browse the Python
98-
Package Index by going to it in your web browser, or you can use ``pip``'s
99-
limited search feature:
98+
Package Index by going to it in your web browser.
10099

101-
.. code-block:: bash
102-
103-
(tutorial-env) $ pip search astronomy
104-
skyfield - Elegant astronomy for Python
105-
gary - Galactic astronomy and gravitational dynamics.
106-
novas - The United States Naval Observatory NOVAS astronomy library
107-
astroobs - Provides astronomy ephemeris to plan telescope observations
108-
PyAstronomy - A collection of astronomy related tools for Python.
109-
...
110-
111-
``pip`` has a number of subcommands: "search", "install", "uninstall",
100+
``pip`` has a number of subcommands: "install", "uninstall",
112101
"freeze", etc. (Consult the :ref:`installing-index` guide for
113102
complete documentation for ``pip``.)
114103

0 commit comments

Comments
 (0)