mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-14 09:48:31 +02:00
17 lines
No EOL
362 B
Text
17 lines
No EOL
362 B
Text
|
|
|
|
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 |