summaryrefslogtreecommitdiff
path: root/source/installation.rst
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-04-06 00:49:23 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-04-06 00:49:23 -0400
commit3c9e5fd61734a3ba860bd57ae104ba2588b557c9 (patch)
tree63fcebb8316daa7a3c9f2164b3289ff5dbd41078 /source/installation.rst
parentf0b19ccff65ad1a2adbf0c43e84d4a5adeda3d87 (diff)
downloadastroconda-3c9e5fd61734a3ba860bd57ae104ba2588b557c9.tar.gz
Fix wording and configuration
Diffstat (limited to 'source/installation.rst')
-rw-r--r--source/installation.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/source/installation.rst b/source/installation.rst
index 39260aa..915a0a2 100644
--- a/source/installation.rst
+++ b/source/installation.rst
@@ -4,7 +4,7 @@ Installation
Obtain Anaconda
-================
+===============
.. note:: AstroConda packages are 64-bit only. We may consider building 32-bit binaries for Linux if there is a demand for it.
@@ -22,19 +22,16 @@ This will permanently add the repository to Conda's search path. Be aware that a
`anaconda.org <https://anaconda.org>`_ repositories to this file may affect the stability of AstroConda's run-time
environment.
-Use a plain-text editor to append the following to $HOME/.condarc:
-
.. code-block:: sh
- channels:
- - astroconda
- - defaults
+ $ conda config --add channels astroconda
+ # Writes changes to ~/.condarc
Install AstroConda
==================
-Now that conda is configured to pull from our repository, you may now go ahead and install the ``astroconda``
+Now that Conda is configured to pull from our repository, you may now go ahead and install the ``astroconda``
meta-package.
.. code-block:: sh