Skip to content

Commit b76de4f

Browse files
committed
[Docs] add installation instructions with uv, poetry, conda
1 parent 841c937 commit b76de4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs/content/start/installation.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ source .venv/bin/activate
4040
Note that `uv` directly generates the `.venv` folder in the current directory.
4141

4242

43+
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`.
44+
4345
</details>
4446

4547

0 commit comments

Comments
 (0)