From 2de5988257a934c0b9c5e7aaef5dc7c48d1e3086 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sat, 4 Apr 2015 08:18:45 -0400 Subject: [PATCH] Wording [ci skip] --- docs/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 83e2d1435..5df61375e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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. -You can install Pillow with :command:`pip`:: +Install Pillow with :command:`pip`:: $ pip install Pillow -Or :command:`easy_install` (for installing `Python Eggs `_, as :command:`pip` does not support them):: +Or use :command:`easy_install` for installing `Python Eggs `_, as :command:`pip` does not support them:: $ 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