From bbff9bd4c34d57fff597e40f50f044d4aa9807d1 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 3 May 2013 21:16:03 -0400 Subject: [PATCH] Wording --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index bea82bcb1..ae74f9c6c 100644 --- a/README.rst +++ b/README.rst @@ -109,12 +109,16 @@ Current platform support for Pillow. Binary distributions are contributed for ea .. Note:: XXX Why are we recommending binaries when we only provide Windows eggs? -If there is a binary package for your system, that is the easiest way to install Pillow. [[UNDONE: Binary links]] +If there is a binary package for your system, that is the easiest way to install Pillow. Currently we only provide binaries for Windows. + +.. Note:: UNDONE: Binary links + +.. Note:: XXX Do we really need to provide binary links? At least in the case of eggs… probably not IMHO. Build from source ~~~~~~~~~~~~~~~~~ -Some of Pillow's features require external libraries. +Some (most?) of Pillow's features require external libraries. * **libjpeg** provides JPEG functionality. @@ -132,7 +136,7 @@ Some of Pillow's features require external libraries. * **libwebp** provides the Webp format. -If the prerequisites are installed in the standard library locations for your machine, no additional configuration should be required. If they are installed in a non-standard location, you may need to configure setuptools to use those locations (i.e. by editing setup.py and/or setup.cfg) +If the prerequisites are installed in the standard library locations for your machine (e.g. /usr or /usr/local), no additional configuration should be required. If they are installed in a non-standard location, you may need to configure setuptools to use those locations (i.e. by editing setup.py and/or setup.cfg) Once you have installed the prerequisites, run: