From 3532df133d3932c763944fc80aea953c859527f7 Mon Sep 17 00:00:00 2001 From: yair-mantis Date: Tue, 9 Jan 2024 10:56:43 +0200 Subject: [PATCH] mention needed pillow ver --- readme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme b/readme index 3a02f4d..b675d7b 100644 --- a/readme +++ b/readme @@ -5,7 +5,7 @@ git submodule update --init --recursive python -m venv venv source venv/bin/activate -pip install pillow brother_ql +pip install pillow==9.5.0 brother_ql ``` to get the camera working, you need to install the drivers for the camera. I used the [official guide](https://www.raspberrypi.org/documentation/configuration/camera.md) to install the drivers.