From 596a4ef1a3e8816f1e5991ef783f5226121381c4 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Wed, 15 May 2013 16:54:49 -0400 Subject: [PATCH] Move note --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c3e40bb02..91d78ed86 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,6 @@ The fork author's goal is to foster active development of PIL through: Porting your PIL code to Pillow ------------------------------- -.. Note:: PIL and Pillow currently cannot co-exist in the same environment. If you want to use Pillow, please remove PIL first. - Pillow is a functional drop-in replacement for the Python Imaging Library. To run your existing PIL-compatible code with Pillow, it needs to be modified to import the ``Imaging`` module from the ``PIL`` namespace *instead* of the global namespace. I.e. change:: import Image @@ -76,6 +74,8 @@ PIL needs you! Please help us maintain the Python Imaging Library here: Installation ------------ +.. Note:: PIL and Pillow currently cannot co-exist in the same environment. If you want to use Pillow, please remove PIL first. + Platform support ~~~~~~~~~~~~~~~~