Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ pip install mellea
uv add mellea
```

> **Note:** `uv add` adds Mellea to an existing uv project, so run it from a
> directory created with `uv init` (or one that already has a `pyproject.toml`).
> To install into a plain virtual environment without a uv project, use
> `uv pip install mellea` instead.

## Optional extras

Install extras for specific backends and features:
Expand Down
Loading