Commit 36e75f88 authored by Summer Stapleton's avatar Summer Stapleton Committed by Kristin
Browse files

Update README.md (#3232)

Update readability
parent 68a0b372
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -31,8 +31,12 @@ This installation guide is for ISIS3 users interested in installing ISIS3 (3.6.0

        #Activate the environment
        #Depending on your version of Anaconda use one of the following:
          Anaconda 3.4 and up - conda activate isis3
          prior to Anaconda 3.4 - source activate isis3
        
        #Anaconda 3.4 and up:
        conda activate isis3
        
        #Prior to Anaconda 3.4:
        source activate isis3

        #Add the following channels to the environment
        conda config --env --add channels conda-forge