diff --git a/docs/content/start/installation.md b/docs/content/start/installation.md index f7e356f3..3418feb1 100644 --- a/docs/content/start/installation.md +++ b/docs/content/start/installation.md @@ -40,6 +40,8 @@ source .venv/bin/activate Note that `uv` directly generates the `.venv` folder in the current directory. +To install (all) extras, you may use `uv sync --frozen --all-extras` or specify them individually with `uv sync --frozen --extra dev --extra graph --extra routing --extra docs`. +