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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -119,8 +119,8 @@
119
119
<h1id="install-astropy">Install Astropy<aclass="paralink" href="#install-astropy" title="Permalink to this headline">¶</a></h1>
120
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:
If instead you normally use <code>conda</code> or <code>miniforge</code>, you can do:
123
+
<p/><pre>miniforge install astropy</pre>
124
124
or using <code>update</code> instead of <code>install</code> if <code>astropy</code> is already installed.
125
125
The astropy core package is also available in a number of other package managers, so be sure to check your preferred one!
126
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>
0 commit comments