From 16c2e16a281007c0e4ea34ac99c3ba48611d5e17 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 2 Jun 2014 09:49:05 +0200 Subject: [PATCH] add note about Python Image Library dependency in README --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 8975db901..e3810215d 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,7 @@ Linux / OS X First, make sure that the following are installed: * Python 2 (2.6.0 or better, Python 3 is not yet supported!) +* Python Image Library (PIL) - (the package is called something like ``python-pillow``) * Sphinx (e.g. ``sudo yum install python-sphinx``), on Mac: ``sudo easy_install Sphinx`` * Sphinx PHPDomain (e.g. ``sudo easy_install sphinxcontrib-phpdomain``)