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