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