1
0
Fork 0
forked from hswaw/labelmaker

Add dependency info to README.md

This commit is contained in:
vibe 2023-11-13 02:04:08 +01:00
parent 27fa0f326f
commit ec9ddf153c

View file

@ -1,3 +1,17 @@
# Hackerspace Label Printing Interface # Hackerspace Label Printing Interface
Web interface for accessing label printers on the premises of Warsaw Hackerspace. Currently only supports DYMO LabelWriter. 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
```