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?
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). Runningpython pathways/main.py
does pick up code changes. What's the best method?