Skip to content

Commit

Permalink
Pin python version in conda create command (#5341)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinSanders authored Nov 17, 2023
1 parent a679ce1 commit 6a40c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+
export CONDA_SUBDIR=osx-64
#Create a new conda environment to install ISIS in
conda create -n isis
conda create -n isis python=3.9
#Activate the environment
conda activate isis
Expand Down

0 comments on commit 6a40c68

Please sign in to comment.