From e4c0a306f9c642c67e78ef7ef05b3987e5de307b Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 4 Jul 2014 15:22:30 -0400 Subject: [PATCH] We now provide OS X binaries ; clean up --- docs/installation.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 8baca2f8d..f99030219 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -130,17 +130,13 @@ Prerequisites are installed on **Fedora 20** with:: Mac OS X installation --------------------- -**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.) +We provide binaries for Windows in the form of `Python Wheels `_. Alternatively you can compile Pillow with with XCode. -The easiest way to install the prerequisites is via `Homebrew -`_. After you install Homebrew, run:: +The easiest way to install external libraries is via `Homebrew `_. After you install Homebrew, run:: $ brew install libtiff libjpeg webp little-cms2 -If you've built your own Python, then you should be able to install Pillow -using:: +Install Pillow with:: $ pip install Pillow