dchaley / deepcell-imaging

Tools & guidance to scale DeepCell imaging on Google Cloud Batch
7 stars 2 forks source link

Allow deepcell_imaging module to run in "development mode" in the venv #235

Closed dchaley closed 1 month ago

dchaley commented 1 month ago

I forget what it's called when a module installs a symlink to its live content into the venv using pip. But whatever that is, we need to do it, so that we can access our code without hacky direct file imports.

dchaley commented 1 month ago

We solved this by running this in the venv:

pip install --editable .