Skip to content

Commit

Permalink
Merge pull request #65 from HealthBioscienceIDEAS/update_python_version
Browse files Browse the repository at this point in the history
update to python 3.10
  • Loading branch information
K-Meech authored Jul 10, 2024
2 parents 6b0aa35 + eebf1e8 commit 2d2b8f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ conda config --set pip_interop_enabled True

# This line will create a "virtual environment" (called napari-env)
# that will contain all of the software that will be used in the lessons
conda create -y -n napari-env -c conda-forge python=3.9 bioformats_jar
conda create -y -n napari-env -c conda-forge python=3.10 bioformats_jar

# Activate the napari-env virtual environment.
# Running this should change the terminal prompt to '(napari-env)'.
Expand Down Expand Up @@ -100,7 +100,7 @@ conda remove --name napari-env --all

# This line will create a "virtual environment" (called napari-env)
# that will contain all of the software that will be used in the lessons
conda create -y -n napari-env -c conda-forge python=3.9 napari pyqt bioformats_jar napari-aicsimageio
conda create -y -n napari-env -c conda-forge python=3.10 napari pyqt bioformats_jar napari-aicsimageio

# Activate the napari-env virtual environment.
# Running this should change the terminal prompt to '(napari-env)'.
Expand Down

0 comments on commit 2d2b8f5

Please sign in to comment.