diff --git a/docs/how-to-guides/environment-setup-and-maintenance/installing-isis-via-anaconda.md b/docs/how-to-guides/environment-setup-and-maintenance/installing-isis-via-anaconda.md
index fd06a64cb7586aafc60b0ba03679ad0468135d81..08af1ec0faa362a629276a1e867d7bb5a24677e8 100644
--- a/docs/how-to-guides/environment-setup-and-maintenance/installing-isis-via-anaconda.md
+++ b/docs/how-to-guides/environment-setup-and-maintenance/installing-isis-via-anaconda.md
@@ -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