From 57f40ef77a8c5bea300b76d7e0336ce2350826f7 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sat, 28 Sep 2013 11:00:39 -0400 Subject: [PATCH] Wording [ci skip] --- README.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 47982c96b..63093a47f 100644 --- a/README.rst +++ b/README.rst @@ -45,13 +45,19 @@ Installation .. Note:: PIL and Pillow currently cannot co-exist in the same environment. If you want to use Pillow, please remove PIL first. -TL;DR: - -:: +You can install Pillow with ``pip``:: $ pip install Pillow -For more information, please see http://python-imaging.github.io/ or below. +Or ``easy_install`` (for installing eggs, as pip does not support them):: + + $ easy_install Pillow + +Or download the compressed archive from PyPI, extract it, and inside it run:: + + $ python setup.py install + +For more information, please see http://pillow.readthedocs.org/en/latest/ or below. Documentation -------------