Wording [ci skip]

This commit is contained in:
Alex Clark 2015-04-04 08:18:45 -04:00
parent 1b0bd98b21
commit 2de5988257

View File

@ -18,15 +18,15 @@ Basic Installation
The following instructions will install Pillow with support for most common image formats. See :ref:`external-libraries` for a full list of external libraries supported. The following instructions will install Pillow with support for most common image formats. See :ref:`external-libraries` for a full list of external libraries supported.
You can install Pillow with :command:`pip`:: Install Pillow with :command:`pip`::
$ pip install Pillow $ pip install Pillow
Or :command:`easy_install` (for installing `Python Eggs <http://peak.telecommunity.com/DevCenter/PythonEggs>`_, as :command:`pip` does not support them):: Or use :command:`easy_install` for installing `Python Eggs <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 run:: Or download and extract the `compressed archive from PyPI`_ and inside it run::
$ python setup.py install $ python setup.py install