Open granawkins opened 1 year ago
From meeting discussion:
pip -e
flag (details to follow)simoc-abm
See https://pip.pypa.io/en/stable/topics/local-project-installs/
If you use -e
edits will be reflected in real-time without having to reinstall after each change.
I'm realizing that now, when we make changes to
simoc-abm
, you can't preview them in the frontend locally.simoc-abm
(just like simoc-web)This should cause the existing import statements (e.g.
from simoc_abm.agent_model import AgentModel
) to pull from the local instance instead of pip.