diff options
author | Joseph Long <jdl@fastmail.com> | 2017-02-15 16:45:38 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-02-15 16:45:38 -0500 |
commit | 05d1b7953ece104bd2fc9f41722cc2b0f9540d5f (patch) | |
tree | 2b1562881880cbc5bc23cadb99bad23a0da313b0 | |
parent | 317c6ef3c32e73e4927da242859e4dd1ec8e67e8 (diff) | |
download | astroconda-05d1b7953ece104bd2fc9f41722cc2b0f9540d5f.tar.gz |
Correct typo in getting_started.rst (#49)
s/respectfully/respectively/
-rw-r--r-- | source/getting_started.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/getting_started.rst b/source/getting_started.rst index 347c53d..44e848f 100644 --- a/source/getting_started.rst +++ b/source/getting_started.rst @@ -9,7 +9,7 @@ Installing Conda - The choice is yours AstroConda is a third-party addon channel designed for use with the Conda package management system, so therefore in order to install software provided by our channel, you must first install a basic Conda environment on your system. This can be achieved in multiple ways (described below). Our channel's software is compatible with both of the ``2`` and ``3`` variants of Continuum Analytics, Inc.'s Miniconda and Anaconda distributions (i.e. Miniconda2, Miniconda3, Anaconda2, and Anaconda3). -Miniconda2 and Miniconda3 provide a bare-minimum Conda root environment with Python 2.7 or Python 3.x respectfully. (*Recommended*) +Miniconda2 and Miniconda3 provide a bare-minimum Conda root environment with Python 2.7 or Python 3.x, respectively. (*Recommended*) Anaconda2 and Anaconda3 are Continuum Analytics Inc.'s flagship products, and provide a full-featured Conda root environment as well as hundreds of useful tools, libraries, and utilities by default. |