usawa

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | Submodules | LICENSE

commit 6f5e66075640c70f4814a5cf51332de58b45e0c1
parent 9456cd7496a20aea5c8d32dc352394f0e98dfdad
Author: lash <dev@holbrook.no>
Date:   Tue, 20 Jan 2026 12:00:58 +0000

Update readme

Diffstat:
Mdummy/README | 29++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/dummy/README b/dummy/README @@ -2,20 +2,9 @@ A local-first, authenticated and immutable accounting schema for individuals and small businesses. +This readme will only guide you to run some example commands, without giving you much insight. -## Build - -``` -git submodule update --init -python -mvenv .venv -. .venv/bin/activate -pip install .[valkey] -``` - - -## Documentation - -Please refer to the documentation in `doc/`. If is vanilla GNU texinfo, and can easily be built with: +Please refer to the documentation in `doc/`. If is vanilla [GNU Texinfo](https://www.gnu.org/software/texinfo/), and can easily be built with: ``` cd doc/ @@ -34,6 +23,20 @@ OS dependencies upon which python dependencies rely: Note that `valkey` is implemented for the POC, but even this POC library allows for any key-value store that satisfies the [whee](https://pypi.org/project/wheepy/) interface. +## Build + +``` +git submodule update --init +python -mvenv .venv +. .venv/bin/activate +cd dummy +pip install . +``` + +You can verify the setup by running the tests: + +`find tests/ -iname "*.py" -exec python {} \;` + ## Trying out the tools