-2

I have my project and some other-local-project where I want to;

  • Import other-local-project in project
  • Changes in other-local-project are immediately reflected in project
project/
  pyproject.toml
  uv.lock

other-local-project/
  pyproject.toml
  uv.lock

how do I install another local project in editable mode with uv?

3
  • what is the problem? Do you get error message or what? Commented Jun 24 at 9:58
  • 1
    I summarized the issue at the end of the post how do I install another local project in editable mode with uv? Commented Jun 24 at 14:43
  • 2
    No idea what's bad about this question. If I cannot find a solution to a problem on SO I post it myself. First time I get so negative reactions. Commented Jun 25 at 6:24

1 Answer 1

3
cd project/
uv add --editable ../other-local-project
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.