From 3c9e5fd61734a3ba860bd57ae104ba2588b557c9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 6 Apr 2016 00:49:23 -0400 Subject: Fix wording and configuration --- source/installation.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'source') 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 `_ 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 -- cgit