diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-12 17:24:02 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-12 17:24:02 -0400 |
commit | 61977af64bfaac5dff6cc7452db0686aa326916d (patch) | |
tree | b2ff5bb8300af9d0a80682d36462de22e0953fbb /source/installation.rst | |
parent | 31e4c8147e929ba5e8bad06ce98bd371f58d70cf (diff) | |
download | astroconda-61977af64bfaac5dff6cc7452db0686aa326916d.tar.gz |
Clarify the "intended audience".
Diffstat (limited to 'source/installation.rst')
-rw-r--r-- | source/installation.rst | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/source/installation.rst b/source/installation.rst index 915a0a2..9142644 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -2,16 +2,26 @@ Installation ############ +.. note:: + + **Keep the following in mind** + + - AstroConda supports Linux (>=glibc-2.12) and OS X (>= 10.7; 10.6 is NOT supported); Running Python 2.7, 3.4, or 3.5. + - If IRAF is required as part of your personal workflow it is *highly recommended* you install Anaconda2 (`FAQ <faq.html#why-is-iraf-pyraf-less-functional-under-python-3>`_). + - Otherwise choose the Anaconda installer best suited for your scripting needs. + +.. note:: + + This documentation specifically targets Anaconda3 installations. + However, the same commands should still work interchangeably between versions. 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. - -Grab a copy of the `Anaconda3 <https://www.continuum.io/downloads>`_ distribution from Continuum, Inc. +Go grab a copy of the `Anaconda <https://www.continuum.io/downloads>`_ distribution from Continuum, Inc. Be sure to select +the installation medium appropriate for your operating system and architecture. -Be sure to select the installer appropriate for your operating system and architecture. Installation instructions are -available on the download page. +Installation instructions for your platform are also available on the download page. Configure Conda |