Added INSTALL file.

This commit is contained in:
cedricbonhomme 2011-03-30 22:41:23 +02:00
parent b1b11f2591
commit 3d641e8d9b

17
INSTALL Normal file
View file

@ -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