Skip to content

docs: remove redundant uv pip install -e . step from README#15

Open
hai-pilgrim wants to merge 1 commit intomarksverdhei:mainfrom
hai-pilgrim:fix/readme-redundant-install
Open

docs: remove redundant uv pip install -e . step from README#15
hai-pilgrim wants to merge 1 commit intomarksverdhei:mainfrom
hai-pilgrim:fix/readme-redundant-install

Conversation

@hai-pilgrim
Copy link
Copy Markdown

Summary

  • Removes the uv pip install -e . instruction from the README

uv sync --dev already installs the project in editable mode — the extra step was redundant and could confuse users into thinking it's required.

Closes #12

🤖 Generated with Claude Code

uv sync --dev already installs the project in editable mode.
The separate uv pip install -e . step was redundant and misleading.

Closes marksverdhei#12

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README: redundant uv pip install -e . instruction

2 participants