mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Link to PyPI from index.rst; formatting fixes
This commit is contained in:
parent
2c5073e2e1
commit
f218b8d68f
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user