Skip to content

Commit 3543ccc

Browse files
authored
Ditch mentioning conda completely
as suggested by bsipocz
1 parent cca5fdf commit 3543ccc

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
@@ -117,13 +117,10 @@
117117

118118
<section class="install">
119119
<h1 id="install-astropy">Install Astropy<a class="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:
121121
<p/><pre>pip install astropy[recommended] --upgrade</pre>
122-
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.
125122
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 <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>
123+
<p>More detailed <a href="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>
127124
</section>
128125

129126
<section class="whatsnext">

0 commit comments

Comments
 (0)