Skip to content

Commit 70fcc19

Browse files
authored
Merge pull request #617 from eteq/update-install
Change mention of conda (was: change conda to miniforge)
2 parents 349ff92 + 5abee12 commit 70fcc19

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,10 @@ <h1 id="news">Congratulations to all Astropy contributors</h1> The Astropy Proje
121121

122122
<section class="install">
123123
<h1 id="install-astropy">Install Astropy<a class="paralink" href="#install-astropy" title="Permalink to this headline"></a></h1>
124-
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:
124+
There are a number of ways of installing the latest release of the astropy core package. If you normally use <code>pip</code> to install Python packages, you can do:
125125
<p/><pre>pip install astropy[recommended] --upgrade</pre>
126-
If instead you normally use <code>conda</code>, you can do:
127-
<p/><pre>conda install -c conda-forge astropy</pre>
128-
or using <code>update</code> instead of <code>install</code> if <code>astropy</code> is already installed.
129126
The astropy core package is also available in a number of other package managers, so be sure to check your preferred one!
130-
<p>More detailed <a href="http://astropy.readthedocs.io/en/stable/install.html">installation instructions</a> (e.g., for building from source code locally) are in the documentation.</p>
127+
<p>Please see the <a href="https://docs.astropy.org/en/latest/install.html"><code>astropy</code> installation guide</a> for important details. This guide covers creating a Python environment, installing with <code>pip</code> or <code>conda</code>, building from source, requirements, and testing.</p>
131128
</section>
132129

133130
<section class="whatsnext">

0 commit comments

Comments
 (0)