Closed mattersoflight closed 1 year ago
@Christianfoley is setting up a new shared conda environment for pytorch implementation. This is a good time to distill requirements for microDL 2.0.0 and allow addition of microDL to a conda environment via pip install -e .
pip install -e .
Implemented for the pytorch port in https://github.com/mehta-lab/viscy/pull/7
@Christianfoley is setting up a new shared conda environment for pytorch implementation. This is a good time to distill requirements for microDL 2.0.0 and allow addition of microDL to a conda environment via
pip install -e .