Last active
December 13, 2020 22:03
-
-
Save dkirkby/153e811a12e28fdb35622bfde7f6e08c to your computer and use it in GitHub Desktop.
This file contains 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
## DESI | |
conda create -n desi python=3.8 pip ipython jupyter jupyterlab ipykernel numpy scipy pandas matplotlib pyyaml requests psycopg2 astropy | |
conda activate desi | |
conda install -c conda-forge galsim fitsio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment