Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 317 Bytes

File metadata and controls

9 lines (8 loc) · 317 Bytes

Create the dfenv conda environment with

conda env create --file dfenv.yaml --name dfenv

URL to latest release can also be directly passed to conda without downloading, i.e.

conda env create --file https://github.com/DragonflyTelescope/dfenv/releases/latest/download/dfenv.yaml --name dfenv