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

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

parent 203e2d28
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,10 @@ ...@@ -37,8 +37,10 @@
# ARM Macs Only - Setup the new environment as x86_64 # ARM Macs Only - Setup the new environment as x86_64
export CONDA_SUBDIR=osx-64 export CONDA_SUBDIR=osx-64
# Create conda environment, then activate it. #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 conda activate isis
# ARM Macs Only - Force installation of x86_64 packages, not ARM64 # ARM Macs Only - Force installation of x86_64 packages, not ARM64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment