I have my project and some other-local-project where I want to;
- Import
other-local-projectinproject - Changes in
other-local-projectare immediately reflected inproject
project/
pyproject.toml
uv.lock
other-local-project/
pyproject.toml
uv.lock
how do I install another local project in editable mode with uv?
how do I install another local project in editable mode with uv?