mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +02:00
Added INSTALL file.
This commit is contained in:
parent
b1b11f2591
commit
3d641e8d9b
1 changed files with 17 additions and 0 deletions
17
INSTALL
Normal file
17
INSTALL
Normal 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
|
Loading…
Add table
Reference in a new issue