Skip to content

Commit

Permalink
Specified python 3.8-3.12 as supported
Browse files Browse the repository at this point in the history
  • Loading branch information
DarnellGranberry authored Nov 27, 2024
1 parent 75ae8f7 commit 652f977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 652f977

Please sign in to comment.