From 3ac92445aece4b8bce8032049a5ea13a68a8ca3d Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 8 May 2015 07:28:50 -0400 Subject: [PATCH] Add headers [ci skip] --- docs/installation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 7634a77fc..e94afa892 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,12 +1,18 @@ Installation ============ +Warnings +-------- + .. warning:: Pillow and PIL cannot co-exist in the same environment. Before installing Pillow, please uninstall PIL. .. warning:: Pillow >= 1.0 no longer supports "import Image". Please use "from PIL import Image" instead. .. warning:: Pillow >= 2.1.0 no longer supports "import _imaging". Please use "from PIL.Image import core as _imaging" instead. +Notes +----- + .. note:: Pillow < 2.0.0 supports Python versions 2.4, 2.5, 2.6, 2.7. .. note:: Pillow >= 2.0.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4