From 8b9560cf927c51121c6ae59b82f1fbf4b7b0759a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 20 Mar 2013 21:22:38 +0100 Subject: [PATCH] Updated INSTALL file: instruction to install Pillow (friendly for of the Python Imaging Library module). --- INSTALL | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 832549a..07edbe9 100644 --- a/INSTALL +++ b/INSTALL @@ -18,12 +18,6 @@ Now you will be able to use Stéganô in your Python program. Requierements ~~~~~~~~~~~~~ -For some operations Stéganô needs the Python Imaging Library (PIL): +For some operations Stéganô needs the Pillow module (friendly fork of Python Imaging Library): - $ wget http://effbot.org/downloads/Imaging-1.1.7.tar.gz - $ tar -xzvf Imaging-1.1.7.tar.gz - $ rm -f Imaging-1.1.7.tar.gz - $ cd Imaging-1.1.7/ - $ sudo python setup.py install - $ cd .. - $ sudo rm -Rf Imaging-1.1.7/ + $ sudo pip install pillow \ No newline at end of file