Unverified Commit ae7a484b authored by Jesse Mapel's avatar Jesse Mapel Committed by GitHub
Browse files

Updating installation instructions for 7.0.0

We no longer have a Python 3.6 requirement 🎉  so it's gone. Also removed the 3.10 instructions as they don't work with the new un-pinned Python.
parent cae8ec2d
Loading
Loading
Loading
Loading
+2 −14
Original line number Diff line number Diff line
@@ -55,17 +55,11 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+

    ```bash
    #Create a new conda environment to install ISIS in
    conda create -n isis python=3.6
    conda create -n isis

    #Activate the environment
    #Depending on your version of Anaconda use one of the following:

    #Anaconda 3.4 and up:
    conda activate isis

    #Prior to Anaconda 3.4:
    source activate isis

    #Add the following channels to the environment
    conda config --env --add channels conda-forge
    conda config --env --add channels usgs-astrogeology
@@ -88,13 +82,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+
1. The environment is now ready to download ISIS and its dependencies:

    ```bash
    conda install -c usgs-astrogeology isis=6.0.0
    ```
    
    If you would like to work with ISIS version 3, rather than the latest ISIS, run instead:

    ```bash
    conda install -c usgs-astrogeology isis=3.10.0
    conda install -c usgs-astrogeology isis=7.0.0
    ```

1. Finally, setup the environment variables: