From 3d641e8d9b91120a3020cb1480f57219215d971c Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Wed, 30 Mar 2011 22:41:23 +0200 Subject: [PATCH] Added INSTALL file. --- INSTALL | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..99c0e7c --- /dev/null +++ b/INSTALL @@ -0,0 +1,17 @@ + + +For some operations Stéganô needs the Python Imaging Library (PIL): + + $ 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/ + + + +To install Stéganô: + + $ python setup.py install \ No newline at end of file