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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,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 python=3.9
    conda create -n isis python>=3.9

    #Activate the environment
    conda activate isis