Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Created August 17, 2021 22:41
Show Gist options
  • Save tommylees112/9e0e89caf291e2d9f291f8e3db99aceb to your computer and use it in GitHub Desktop.
Save tommylees112/9e0e89caf291e2d9f291f8e3db99aceb to your computer and use it in GitHub Desktop.
create an environment for napari
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