From 2fbb7ddf3f27c623962ba84cf1a26e7c8ebb4607 Mon Sep 17 00:00:00 2001 From: kuyan Date: Mon, 29 Jul 2013 21:59:59 -0700 Subject: [PATCH] Added note on Python 3 and Pillow. --- docs/scenarios/imaging.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/scenarios/imaging.rst b/docs/scenarios/imaging.rst index 8defa0b..f558157 100644 --- a/docs/scenarios/imaging.rst +++ b/docs/scenarios/imaging.rst @@ -20,8 +20,9 @@ Installation PIL has a reputation of not being very straightforward to install. Listed below are installation notes on various systems. -Also, there's a fork named `Pillow `_ which is easier -to install. It has good setup instructions for all platforms. +Also, there's a fork named `Pillow `_ which +is easier to install. It has good setup instructions for all platforms and +supports Python 3 (PIL currently does not). Installing on Linux ~~~~~~~~~~~~~~~~~~~