Created
August 17, 2021 22:41
-
-
Save tommylees112/9e0e89caf291e2d9f291f8e3db99aceb to your computer and use it in GitHub Desktop.
create an environment for napari
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda create -n napari python=3.8 --yes | |
conda activate napari | |
conda install -c conda-forge napari xarray netcdf4 ipython pip | |
pip install 'napari[all]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment