File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -95,20 +95,9 @@ Managing Packages with pip
95
95
You can install, upgrade, and remove packages using a program called
96
96
:program: `pip `. By default ``pip `` will install packages from the Python
97
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:
98
+ Package Index by going to it in your web browser.
100
99
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",
112
101
"freeze", etc. (Consult the :ref: `installing-index ` guide for
113
102
complete documentation for ``pip ``.)
114
103
You can’t perform that action at this time.
0 commit comments