diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst
index e6c25cd56b38757083205845766b84a52e558115_RG9jL3R1dG9yaWFsL3ZlbnYucnN0..8befba833608b2047d5577fb45cd23b39a4babbe_RG9jL3R1dG9yaWFsL3ZlbnYucnN0 100644
--- a/Doc/tutorial/venv.rst
+++ b/Doc/tutorial/venv.rst
@@ -95,8 +95,5 @@
 You can install, upgrade, and remove packages using a program called
 :program:`pip`.  By default ``pip`` will install packages from the Python
 Package Index, <https://pypi.org>.  You can browse the Python
-Package Index by going to it in your web browser, or you can use ``pip``'s
-limited search feature:
-
-.. code-block:: bash
+Package Index by going to it in your web browser.
 
@@ -102,13 +99,5 @@
 
-  (tutorial-env) $ pip search astronomy
-  skyfield               - Elegant astronomy for Python
-  gary                   - Galactic astronomy and gravitational dynamics.
-  novas                  - The United States Naval Observatory NOVAS astronomy library
-  astroobs               - Provides astronomy ephemeris to plan telescope observations
-  PyAstronomy            - A collection of astronomy related tools for Python.
-  ...
-
-``pip`` has a number of subcommands: "search", "install", "uninstall",
+``pip`` has a number of subcommands: "install", "uninstall",
 "freeze", etc.  (Consult the :ref:`installing-index` guide for
 complete documentation for ``pip``.)