diff --git a/docs/docs/getting-started/installation.md b/docs/docs/getting-started/installation.md index d4a00be36..30b087a6e 100644 --- a/docs/docs/getting-started/installation.md +++ b/docs/docs/getting-started/installation.md @@ -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: