Skip to content

DragonflyTelescope/dfenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

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