From 6f0f926259ceb6c881984bb3688b84f773d73205 Mon Sep 17 00:00:00 2001 From: goodboy Date: Wed, 14 Jan 2026 09:51:25 -0500 Subject: [PATCH] Fix `uv sync` flags in readme Much thx to @momo for pointing out that we were still documenting the old `--extra` flags (which are for `[optional-dependencies]`, see docs https://docs.astral.sh/uv/concepts/projects/dependencies/#optional-dependencies) but we're now using "dev dependency-groups" (https://docs.astral.sh/uv/concepts/projects/dependencies/#dependency-groups) which instead use the `--group` flag. --- README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e410791f..c085707e 100644 --- a/README.rst +++ b/README.rst @@ -95,12 +95,15 @@ bc why install with `python` when you can faster with `rust` :: include all GUIs (ex. for charting):: - uv sync --extra uis + uv sync --group uis -AND with all our hacking tools and WIP integrations:: +AND with **all** our normal hacking tools:: - uv sync --dev --all-extras + uv sync --dev +AND if you want to try WIP integrations:: + + uv sync --all-groups Ensure you can run the root-daemon::