diff options
-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 |