Skip to content

docs: clarify uv install paths#1151

Open
cosmopolitan033 wants to merge 1 commit into
generative-computing:mainfrom
cosmopolitan033:hermes/clarify-uv-install-dco
Open

docs: clarify uv install paths#1151
cosmopolitan033 wants to merge 1 commit into
generative-computing:mainfrom
cosmopolitan033:hermes/clarify-uv-install-dco

Conversation

@cosmopolitan033
Copy link
Copy Markdown

Problem

The installation guide shows uv add mellea, but issue #757 notes that command assumes an initialized uv project. New users may need either a from-scratch uv project flow or a direct virtualenv install flow.

Solution

Clarify the install section by distinguishing:

  • existing pip environments (pip install mellea)
  • existing uv projects (uv add mellea)
  • new uv projects (uv init ... then uv add mellea)
  • quick virtualenv trials (uv venv then uv pip install mellea)

Closes #757.

Validation

  • git diff --check

Confidence

Score: 82/100
Category: docs

Assisted-by: Hermes Agent
Signed-off-by: Zhaocun <zhaocunsun@gmail.com>
@cosmopolitan033 cosmopolitan033 requested a review from a team as a code owner May 23, 2026 02:05
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Install steps in docs

1 participant