s/Simple/Basic/

Basic, but not necessarily simple :-)
This commit is contained in:
Alex Clark 2015-04-04 08:12:15 -04:00
parent f1639df799
commit 1788492476

View File

@ -11,28 +11,22 @@ Installation
.. note:: Pillow >= 2.0.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4 .. note:: Pillow >= 2.0.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4
Simple Installation Basic Installation
------------------- ------------------
.. note:: .. note::
The following instructions will install Pillow with support for most formats. The following instructions will install Pillow with support for most formats. See :ref:`external-libraries` for the features you would gain by installing the external libraries first. This page probably also include specific instructions for your platform.
See :ref:`external-libraries` for the features you would gain by installing
the external libraries first. This page probably also include specific
instructions for your platform.
You can install Pillow with :command:`pip`:: You can install Pillow with :command:`pip`::
$ pip install Pillow $ pip install Pillow
Or :command:`easy_install` (for installing `Python Eggs Or :command:`easy_install` (for installing `Python Eggs <http://peak.telecommunity.com/DevCenter/PythonEggs>`_, as :command:`pip` does not support them)::
<http://peak.telecommunity.com/DevCenter/PythonEggs>`_, as :command:`pip` does
not support them)::
$ easy_install Pillow $ easy_install Pillow
Or download the `compressed archive from PyPI`_, extract it, and inside it Or download the `compressed archive from PyPI`_, extract it, and inside it run::
run::
$ python setup.py install $ python setup.py install