diff --git a/README.md b/README.md index 9b41cf0..6d3ce8e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ If you do not have the Anaconda python distribution, [please install it followin We strongly recommend installing Topaz into a separate conda environment. To create a conda environment for Topaz: ``` -conda create -n topaz python=3.8 (or greater) +conda create -n topaz python=3.8 (3.8-3.12 are currently supported) source activate topaz # this changes to the topaz conda environment, 'conda activate topaz' can be used with anaconda >= 4.4 if properly configured # source deactivate # returns to the base conda environment ```