alan-turing-institute / bio-Turing-Way

Experimenting with JupyterBooks, Sphinx, and training materials for biomed/life sciences from the Turing Way.
https://the-turing-way-personas.netlify.app/welcome
Other
4 stars 5 forks source link

Instructions for installing to an editable location #31

Open Iain-S opened 2 years ago

Iain-S commented 2 years ago

When we develop in a poetry env, code changes get picked up immediately. If we pip install, changes are not picked up. Trying to pip -e install gives an error (not sure why). Running python pathways/main.py does pick up code changes. What's the best method?