Updated documentation. Pillow replaces PIL.

This commit is contained in:
Cédric Bonhomme 2013-04-08 11:48:08 +02:00
parent ab0ff1cf5a
commit bb4f4fd109

View file

@ -33,8 +33,8 @@ More information about how to install Stéganô in the :doc:`tutorial </tutorial
Requirements Requirements
============ ============
- Python_ (2.4 -> 2.7); - Python_ >= 3.2 (tested with Python 3.3.1);
- `Python Imaging Library`_ (PIL). - `Pillow`_ (friendly fork of Python Imaging Library).
Methods of hiding Methods of hiding
================= =================
@ -81,6 +81,6 @@ Indices and tables
.. _Python: http://python.org/ .. _Python: http://python.org/
.. _Stéganô: https://bitbucket.org/cedricbonhomme/stegano/ .. _Stéganô: https://bitbucket.org/cedricbonhomme/stegano/
.. _`Python Imaging Library`: http://www.pythonware.com/products/pil/ .. _`Pillow`: https://pypi.python.org/pypi/Pillow
.. _steganography: http://en.wikipedia.org/wiki/Steganography .. _steganography: http://en.wikipedia.org/wiki/Steganography
.. _steganalysis: http://en.wikipedia.org/wiki/Steganalysis .. _steganalysis: http://en.wikipedia.org/wiki/Steganalysis