From 5f347c9f6af230a8cab822f0dcdbe5422a2c89ae Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 28 Mar 2025 18:32:53 -0400 Subject: [PATCH] Show in readme how to install GUIs with `--extra` flag --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index ae2a4b78..5e8f29bc 100644 --- a/README.rst +++ b/README.rst @@ -90,6 +90,14 @@ bc why install with `python` when you can faster with `rust` :: uv lock +with all GUI support as well:: + + uv lock --extra uis + +AND with all dev (hacking) tools:: + + uv lock --dev --extra uis + hacky install on nixos **********************