From 3e24e4902c36ced35a7227b76ae9e4dc54f57521 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Sun, 31 May 2015 02:44:54 +0200 Subject: [PATCH] Fixed packages for Pillow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5742609..4166230 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ A brief description on how to set-up a Raspberry Pi to use this photobooth softw 5. Install any additionally required software: * Pillow: ``` - sudo apt-get install python-dev python-pip libjpeg8 python-tk + sudo apt-get install python-dev python-pip libjpeg8-dev sudo pip install Pillow ``` * gPhoto2: Unfortunately, the version in the repositories is too old to work (some USB-bugs), hence one must use [Gonzalos installer script]()