Skip to content

Update install instructions to use pip#23

Merged
aarontuor merged 1 commit into
mainfrom
docs/update-install
Jun 24, 2026
Merged

Update install instructions to use pip#23
aarontuor merged 1 commit into
mainfrom
docs/update-install

Conversation

@ajtritt

@ajtritt ajtritt commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Replace source-checkout install instructions with pip install from the published GitHub release tag.
  • Remove uv from the prerequisites list.

Changes

  • docs/index.md — Removed uv prerequisite. Replaced git clone / uv sync / source .venv/bin/activate with a single pip install command pointing to the 0.1.0 release zip.
  • docs/quickstart.md — Same replacement in the Setup block.
  • docs/cli.md — Removed the note about running uv sync and activating the virtual environment before using commands.
  • docs/developer.md — Updated MCP troubleshooting to use which instead of uv run which, and pip install --force-reinstall instead of uv sync --reinstall.

@ajtritt ajtritt requested review from aarontuor, jeanbez and shreddd June 24, 2026 00:07
@ajtritt ajtritt self-assigned this Jun 24, 2026

@aarontuor aarontuor left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a clean request which only touches documentation files. Ready to merge.

@aarontuor aarontuor merged commit 0fc1fc7 into main Jun 24, 2026
1 check passed
@aarontuor aarontuor deleted the docs/update-install branch June 24, 2026 15:53
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.

2 participants