From 3185f0135a1ad7c008a924c6c0b5ec53d9734c9c Mon Sep 17 00:00:00 2001 From: Laura Date: Wed, 12 Apr 2017 15:58:15 +0100 Subject: [PATCH] Correct Python 3 for PIL --- software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software.md b/software.md index 9422107..d12e17e 100644 --- a/software.md +++ b/software.md @@ -7,7 +7,7 @@ To install the software you need, run the following commands in a terminal windo sudo apt-get install -y python3-picamera python3-pip sudo pip3 install guizero sudo pip3 install twython -sudo apt-get install -y python-PIL +sudo apt-get install -y python3-PIL ``` This will install the necessary software to control the Camera Module, create a GUI, and tweet and manipulate images.