Problem
The README instructs users to run uv pip install -e . after uv sync --dev, but uv sync already installs the project in development/editable mode. This extra step is redundant and may confuse users.
Suggested fix
Remove the uv pip install -e . section from the README, or clarify when it would actually be needed.
Problem
The README instructs users to run
uv pip install -e .afteruv sync --dev, butuv syncalready installs the project in development/editable mode. This extra step is redundant and may confuse users.Suggested fix
Remove the
uv pip install -e .section from the README, or clarify when it would actually be needed.