@@ -34,20 +34,31 @@ you must <em>not</em> upgrade the ISIS Data Files!!!
<ol>
<li>Download either the Anaconda or Miniconda installation script for your OS platform. Anaconda is a much larger distribtion of packages supporting scientific python, while Miniconda is a minimal installation and not as large:
<li>If you are running on some variant of Linux, open a terminal window in the directory where you downloaded the script, and run the following commands. In this example, we chose to do a full install of Anaconda, and our OS is Linux-based. Your file name may be different depending on your environment.</li>
<li>If you are running on some variant of Linux, open a terminal window in the directory where you downloaded the script, and run the following commands. In this example, we chose to do a full install of Anaconda, and our OS is Linux-based. Your file name may be different depending on your environment.
This will start the Anaconda installer which will guide you through the installation process.
<li>After the installation has finished, open up a bash prompt in your terminal window.</li>
This will start the Anaconda installer which will guide you through the installation process.</li>
<li>If you are running Mac OS X, a pkg file (which looks similar to Anaconda3-5.3.0-MacOSX-x86_64.pkg) will be downloaded. Double-click on the file to start the installation process.</li>
<li>Again from within a terminal window, create a new environment for your ISIS3 installation:
<li>After the installation has finished, open up a bash prompt in your terminal window.</li>
<li>Next setup your Anaconda environment for ISIS3. In the bash prompt, run the following commands:
<pre>
<em>#Add the following channels to the Anaconda installation</em>