Merge pull request #1705 from radarhere/testing

Updated El Capitan tested Pillow version
This commit is contained in:
wiredfool 2016-02-02 06:06:10 -08:00
commit 291540fd1e

View File

@ -26,12 +26,12 @@ Basic Installation
most common image formats. See :ref:`external-libraries` for a most common image formats. See :ref:`external-libraries` for a
full list of external libraries supported. full list of external libraries supported.
.. note:: .. note::
The basic installation works on Windows and OS X using the binaries The basic installation works on Windows and OS X using the binaries
from PyPI. Other installations require building from source as from PyPI. Other installations require building from source as
detailed below. detailed below.
Install Pillow with :command:`pip`:: Install Pillow with :command:`pip`::
$ pip install Pillow $ pip install Pillow
@ -95,7 +95,7 @@ External Libraries
use Pillow's basic features. use Pillow's basic features.
.. note:: .. note::
There are scripts to install the dependencies for some operating There are scripts to install the dependencies for some operating
systems included in the ``depends`` directory. systems included in the ``depends`` directory.
@ -216,7 +216,7 @@ Building on Windows
We don't recommend trying to build on Windows. It is a maze of twisty We don't recommend trying to build on Windows. It is a maze of twisty
passages, mostly dead ends. There are build scripts and notes for the passages, mostly dead ends. There are build scripts and notes for the
Windows build in the ``winbuild`` directory. Windows build in the ``winbuild`` directory.
Building on FreeBSD Building on FreeBSD
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^
@ -288,7 +288,7 @@ current versions of Linux, OS X, and Windows.
+----------------------------------+-------------+------------------------------+--------------------------------+-----------------------+ +----------------------------------+-------------+------------------------------+--------------------------------+-----------------------+
|**Operating system** |**Supported**|**Tested Python versions** |**Latest tested Pillow version**|**Tested processors** | |**Operating system** |**Supported**|**Tested Python versions** |**Latest tested Pillow version**|**Tested processors** |
+----------------------------------+-------------+------------------------------+--------------------------------+-----------------------+ +----------------------------------+-------------+------------------------------+--------------------------------+-----------------------+
| Mac OS X 10.11 El Capitan |Yes | 2.7,3.3,3.4,3.5 | 3.0.0 |x86-64 | | Mac OS X 10.11 El Capitan |Yes | 2.7,3.3,3.4,3.5 | 3.1.0 |x86-64 |
+----------------------------------+-------------+------------------------------+--------------------------------+-----------------------+ +----------------------------------+-------------+------------------------------+--------------------------------+-----------------------+
| Mac OS X 10.10 Yosemite |Yes | 2.7,3.3,3.4 | 3.0.0 |x86-64 | | Mac OS X 10.10 Yosemite |Yes | 2.7,3.3,3.4 | 3.0.0 |x86-64 |
+----------------------------------+-------------+------------------------------+--------------------------------+-----------------------+ +----------------------------------+-------------+------------------------------+--------------------------------+-----------------------+