From aa4ff9265d82932108715ef6ef98004f84eb500e Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 4 Jul 2014 15:17:23 -0400 Subject: [PATCH] Factor and move note --- docs/installation.rst | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 96d00469e..8baca2f8d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -44,6 +44,10 @@ run:: External libraries ------------------ +.. note:: + + You *do not* need to install all of the external libraries to use Pillow's basic features. + Many of Pillow's features require external libraries: * **libjpeg** provides JPEG functionality. @@ -92,11 +96,6 @@ Linux installation Fedora, Debian/Ubuntu, and ArchLinux include Pillow (instead of PIL) with their distributions. Consider using those instead of installing manually. -.. note:: - - You *do not* need to install all of the external libraries to get Pillow's - basics to work. - **We do not provide binaries for Linux.** If you didn't build Python from source, make sure you have Python's development libraries installed. In Debian or Ubuntu:: @@ -131,11 +130,6 @@ Prerequisites are installed on **Fedora 20** with:: Mac OS X installation --------------------- -.. note:: - - You *do not* need to install all of the external libraries to get Pillow's - basics to work. - **We do not provide binaries for OS X**, so you'll need XCode to install Pillow. (XCode 4.2 on 10.6 will work with the Official Python binary distribution. Otherwise, use whatever XCode you used to compile Python.)