File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 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
9595You can install, upgrade, and remove packages using a program called
9696:program: `pip `. By default ``pip `` will install packages from the Python
9797Package 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
113102complete documentation for ``pip ``.)
114103
You can’t perform that action at this time.
0 commit comments