Link to PyPI from index.rst; formatting fixes

This commit is contained in:
Steve Johnson 2013-10-08 17:19:49 -07:00
parent 2c5073e2e1
commit f218b8d68f
2 changed files with 5 additions and 4 deletions

View File

@ -23,7 +23,8 @@ For full compatibility, you'll want to read the complete :doc:`installation
instructions <installation>`. instructions <installation>`.
If you can't find the information you need, try the old `PIL Handbook`_, but be If you can't find the information you need, try the old `PIL Handbook`_, but be
aware that it was last updated for PIL 1.1.5. aware that it was last updated for PIL 1.1.5. You can download archives and old
versions from `PyPI <https://pypi.python.org/pypi/Pillow>`_.
.. _PIL Handbook: http://effbot.org/imagingbook/pil-index.htm .. _PIL Handbook: http://effbot.org/imagingbook/pil-index.htm

View File

@ -14,13 +14,13 @@ Simple installation
the external libraries first. This page probably also include specific the external libraries first. This page probably also include specific
instructions for your platform. instructions for your platform.
You can install Pillow with ``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 pip does not support <http://peak.telecommunity.com/DevCenter/PythonEggs>`_, as :command:`pip` does
them):: not support them)::
$ easy_install Pillow $ easy_install Pillow