1
0
Fork 0

Add dependency info to README.md

python3
vibe 2023-11-13 02:04:08 +01:00
parent 27fa0f326f
commit ec9ddf153c
1 changed files with 15 additions and 1 deletions

View File

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