Skip to content
Snippets Groups Projects
Unverified Commit 24ff092d authored by Adam Paquette's avatar Adam Paquette Committed by GitHub
Browse files

Updated python version spec in install ISIS docs (#118)

parent 08f6849c
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+ ...@@ -27,7 +27,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+
export CONDA_SUBDIR=osx-64 export CONDA_SUBDIR=osx-64
#Create a new conda environment to install ISIS in #Create a new conda environment to install ISIS in
conda create -n isis python=3.9 conda create -n isis python>=3.9
#Activate the environment #Activate the environment
conda activate isis conda activate isis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment