Create conda env file
JeppeHallgren opened this issue · 1 comments
JeppeHallgren commented
Following #13 we should add a conda-environment.yml
that lists all necessary dependencies. Once this is completed users can install these simply by running conda env create -f conda-environment.yml
JeppeHallgren commented
Fixed in #34