diff options
author | Joseph Long <jlong@stsci.edu> | 2016-04-29 15:48:02 -0400 |
---|---|---|
committer | Joseph Long <jlong@stsci.edu> | 2016-04-29 15:48:02 -0400 |
commit | ff70bdc529d2f7be13ec1dd08ae94142b370538b (patch) | |
tree | 8054d5c5b2231704906ad01b78aa279cd874a658 /source | |
parent | 94572ef4f49a7ea5ab7a4a4b30a80c66f611afa0 (diff) | |
download | astroconda-ff70bdc529d2f7be13ec1dd08ae94142b370538b.tar.gz |
Clarify that only 64-bit arch are supported
Diffstat (limited to 'source')
-rw-r--r-- | source/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/installation.rst b/source/installation.rst index 3399fbf..e44691c 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -5,7 +5,7 @@ Installation Before you begin, note the following requirements and limitations of AstroConda: - AstroConda supports Linux (glibc ≥ 2.12) and Mac OS X (≥ 10.7; 10.6 is NOT supported) - - AstroConda packages support Python versions 2.7, 3.4, or 3.5. + - AstroConda packages support Python versions 2.7, 3.4, or 3.5 on 64-bit platforms. (If you don't know whether you have a 32-bit or 64-bit processor, assume you have 64-bit.) - If :abbr:`IRAF (Image Reduction and Analysis Facility)` is required as part of your personal workflow it is *highly recommended* you install Anaconda for Python 2.7 (see :ref:`iraf_python3`). - If you do not use :abbr:`IRAF (Image Reduction and Analysis Facility)`, choose the Anaconda installer with the Python version best suited for your scripting needs. - This documentation specifically targets Anaconda for Python 3 installations. However, the same commands should still work interchangeably between versions. @@ -13,7 +13,7 @@ Before you begin, note the following requirements and limitations of AstroConda: Obtain Anaconda =============== -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 (Linux or Mac) and architecture (most likely 64-bit). +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 (Linux or Mac) and architecture (64-bit). Follow the installation instructions for your platform given on the download page. Before moving on to the next step, open a new terminal window, run the ``conda`` command, and ensure your terminal can find it. |