From 07dbe9be84fa0e0b87be633b197bb3341a399356 Mon Sep 17 00:00:00 2001 From: n07070 Date: Sun, 17 May 2026 13:02:31 +0200 Subject: [PATCH] Close #3 : Add information about seting up udev permissions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7aaab7c..bcb7bee 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ The version for the EPSON TM-T20III uses a library called `python-escpos`, which The project only supports the EPSON printer, but you can try to adapt it for other printers using the `adafruit-thermal` branch, but I won't offer support for it. ### Install & setup the project : + ``` $ git clone https://git.n07070.xyz/n07070/LittlePrynter $ virtualenv LittlePrynter @@ -50,6 +51,8 @@ $ pip install -r requirements.txt You should see a folder named `configuration`. Enter it, and duplicate the file named `config.toml.sample`, and rename the copy to `config.toml`. Now, edit this file by following the comments in the file itself. +You should also setup the proper `udev` permissions to access the printers via USB, following the configuration found [here](https://python-escpos.readthedocs.io/en/latest/user/installation.html#setup-udev-for-usb-printers). + You can now start the web server with ```