From bda59f2536f2112892dfe10bdc5dc2d7c65f13bf Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 1 Jan 2026 20:43:57 -0600 Subject: [PATCH] cleanup readme a bit --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ee77d4..4402198 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,11 @@ https://docs.wuttaproject.org/wuttjamaican/narr/install/index.html It uses [Flet](https://flet.dev/) for the GUI toolkit. The intended use case is to run as a proper standalone GUI app on the lane desktop. -(Code for this app has not yet been added.) +So far, there is no installer per se. For development purpose you can +install the server (above) and then within that same virtual +environment: + + pip install WuttaPOS[terminal] + +The terminal and server apps will share the same database. The terminal +probably requires more setup than just that, needs to be documented...