There was an error while loading. Please reload this page.
1 parent 4da5ca5 commit 57873afCopy full SHA for 57873af
1 file changed
Doc/tutorial/venv.rst
@@ -95,20 +95,9 @@ Managing Packages with pip
95
You can install, upgrade, and remove packages using a program called
96
:program:`pip`. By default ``pip`` will install packages from the Python
97
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:
+Package Index by going to it in your web browser.
100
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",
+``pip`` has a number of subcommands: "install", "uninstall",
112
"freeze", etc. (Consult the :ref:`installing-index` guide for
113
complete documentation for ``pip``.)
114
0 commit comments