Skip to content

Commit

Permalink
Update README.md (#3232)
Browse files Browse the repository at this point in the history
Update readability
  • Loading branch information
SgStapleton authored and krlberry committed Apr 16, 2019
1 parent 68a0b37 commit 36e75f8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36e75f8

Please sign in to comment.