Update readme with `nix develop`/flake usage on wayland, and tweaked `uv sync` cmds
parent
291508a9b1
commit
b884febd5f
20
README.rst
20
README.rst
|
|
@ -93,13 +93,13 @@ bc why install with `python` when you can faster with `rust` ::
|
||||||
# ^ astral's docs,
|
# ^ astral's docs,
|
||||||
# https://docs.astral.sh/uv/concepts/projects/sync/
|
# https://docs.astral.sh/uv/concepts/projects/sync/
|
||||||
|
|
||||||
include all GUIs ::
|
include all GUIs (ex. for charting)::
|
||||||
|
|
||||||
uv sync --extra uis
|
uv sync --extra uis
|
||||||
|
|
||||||
AND with all our hacking tools::
|
AND with all our hacking tools and WIP integrations::
|
||||||
|
|
||||||
uv sync --dev --extra uis
|
uv sync --dev --all-extras
|
||||||
|
|
||||||
|
|
||||||
Ensure you can run the root-daemon::
|
Ensure you can run the root-daemon::
|
||||||
|
|
@ -107,13 +107,21 @@ Ensure you can run the root-daemon::
|
||||||
uv run pikerd [-l info --pdb]
|
uv run pikerd [-l info --pdb]
|
||||||
|
|
||||||
|
|
||||||
hacky install on nixos
|
install on nix(os)
|
||||||
**********************
|
******************
|
||||||
``NixOS`` is our core devs' distro of choice for which we offer
|
``NixOS`` is our core devs' distro of choice for which we offer
|
||||||
a stringently defined development shell envoirment that can be loaded with::
|
a stringently defined development shell envoirment that can currently
|
||||||
|
be applied in one of 2 ways::
|
||||||
|
|
||||||
|
# ONLY if running on X11
|
||||||
nix-shell default.nix
|
nix-shell default.nix
|
||||||
|
|
||||||
|
Or if you prefer flakes style and a modern DE::
|
||||||
|
|
||||||
|
# ONLY if also running on Wayland
|
||||||
|
nix develop # for default bash
|
||||||
|
nix develop -c uv run xonsh # for @goodboy's preferred sh B)
|
||||||
|
|
||||||
|
|
||||||
start a chart
|
start a chart
|
||||||
*************
|
*************
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue