From b76de4f5a316d7d0184ec4127c8364ab7de1580a Mon Sep 17 00:00:00 2001 From: Federico Berto Date: Tue, 14 Jan 2025 14:52:20 +0900 Subject: [PATCH] [Docs] add installation instructions with uv, poetry, conda --- docs/content/start/installation.md | 2 ++ 1 file changed, 2 insertions(+) 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`. +