You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on two projects. Project B imports Project A as a dependency. On my local machine, I can specify the folder with Project A in it using poetry add -e. This lets me develop both projects concurrently.
How do I do that, while at the same time putting the correct repo path of Project A as well? That way anyone who does pip install on Project B gets Project A too.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hey all,
I'm working on two projects. Project B imports Project A as a dependency. On my local machine, I can specify the folder with Project A in it using
poetry add -e. This lets me develop both projects concurrently.How do I do that, while at the same time putting the correct repo path of Project A as well? That way anyone who does
pip installon Project B gets Project A too.All reactions