You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -117,13 +117,10 @@
117
117
118
118
<sectionclass="install">
119
119
<h1id="install-astropy">Install Astropy<aclass="paralink" href="#install-astropy" title="Permalink to this headline">¶</a></h1>
120
-
There are a number of ways of installing the latest version of the astropy core package. If you normally use <code>pip</code> to install Python packages, you can do:
120
+
There are a number of ways of installing the latest released version of the astropy core package. If you normally use <code>pip</code> to install Python packages, you can do:
If instead you normally use <code>conda</code> or <code>miniforge</code>, you can do:
123
-
<p/><pre>miniforge install astropy</pre>
124
-
or using <code>update</code> instead of <code>install</code> if <code>astropy</code> is already installed.
125
122
The astropy core package is also available in a number of other package managers, so be sure to check your preferred one!
126
-
<p>More detailed <ahref="http://astropy.readthedocs.io/en/stable/install.html">installation instructions</a> (e.g., for building from source code locally) are in the documentation.</p>
123
+
<p>More detailed <ahref="http://astropy.readthedocs.io/en/stable/install.html">installation instructions</a> (e.g., for installing in a different way or building from source) are in the package documentation.</p>
0 commit comments