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.pdbp_bump
parent
eab9dfcd13
commit
6f0f926259
|
|
@ -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::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue