From bb4f4fd109fa28675cbc99a593a5f2d3ed0fa0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 8 Apr 2013 11:48:08 +0200 Subject: [PATCH] Updated documentation. Pillow replaces PIL. --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 7bf3280..17b0888 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,8 +33,8 @@ More information about how to install Stéganô in the :doc:`tutorial 2.7); -- `Python Imaging Library`_ (PIL). +- Python_ >= 3.2 (tested with Python 3.3.1); +- `Pillow`_ (friendly fork of Python Imaging Library). Methods of hiding ================= @@ -81,6 +81,6 @@ Indices and tables .. _Python: http://python.org/ .. _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 .. _steganalysis: http://en.wikipedia.org/wiki/Steganalysis