Skip to content

Commit

Permalink
Update Python version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DarnellGranberry authored Nov 27, 2024
1 parent 02b49e1 commit 75ae8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.6 # or 2.7 if you prefer python 2
conda create -n topaz python=3.8 (or greater)
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 Expand Up @@ -100,7 +100,7 @@ To install Topaz for Python 3.X
pip3 install topaz-em
```

for Python 2.7
for Python 2.7 (deprecated)
```
pip install topaz-em
```
Expand Down

0 comments on commit 75ae8f7

Please sign in to comment.