Skip to content

Commit

Permalink
[Docs] add installation instructions with uv, poetry, conda
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu committed Jan 14, 2025
1 parent 841c937 commit b76de4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/start/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

</details>


Expand Down

0 comments on commit b76de4f

Please sign in to comment.