Skip to content

Commit

Permalink
Updated python version spec in install ISIS docs (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: Kelvin Rodriguez <[email protected]>
  • Loading branch information
acpaquette and Kelvinrr authored Nov 22, 2024
1 parent 203e2d2 commit c1984d4
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
# ARM Macs Only - Setup the new environment as x86_64
export CONDA_SUBDIR=osx-64

# Create conda environment, then activate it.
conda create -n isis
#Create a new conda environment to install ISIS in
conda create -n isis python>=3.9

#Activate the environment
conda activate isis

# ARM Macs Only - Force installation of x86_64 packages, not ARM64
Expand Down

0 comments on commit c1984d4

Please sign in to comment.