Close #3 : Add information about seting up udev permissions

This commit is contained in:
n07070
2026-05-17 13:02:31 +02:00
parent 6888a69ee7
commit 07dbe9be84

View File

@@ -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. 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 : ### Install & setup the project :
``` ```
$ git clone https://git.n07070.xyz/n07070/LittlePrynter $ git clone https://git.n07070.xyz/n07070/LittlePrynter
$ virtualenv 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 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 You can now start the web server with
``` ```