From ec9ddf153cd0ffd213f2ef4bfede50252b912657 Mon Sep 17 00:00:00 2001 From: vibe Date: Mon, 13 Nov 2023 02:04:08 +0100 Subject: [PATCH] Add dependency info to README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b2e099..ee676c2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # Hackerspace Label Printing Interface -Web interface for accessing label printers on the premises of Warsaw Hackerspace. Currently only supports DYMO LabelWriter. \ No newline at end of file +Web interface for accessing label printers on the premises of Warsaw Hackerspace. Currently only supports DYMO LabelWriter 450. + +## Dependencies + +This project relies on external dependencies: + +- `cairo`, `pango`, `pangocairo` for graphics manipulation +- `CUPS` for interfacing with the printer over local network + +## Building and debugging + +``` +poetry install +poetry run python render.py +``` \ No newline at end of file