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...