mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
s/Simple/Basic/
Basic, but not necessarily simple :-)
This commit is contained in:
parent
f1639df799
commit
1788492476
|
@ -11,28 +11,22 @@ Installation
|
||||||
|
|
||||||
.. note:: Pillow >= 2.0.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4
|
.. note:: Pillow >= 2.0.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4
|
||||||
|
|
||||||
Simple Installation
|
Basic Installation
|
||||||
-------------------
|
------------------
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The following instructions will install Pillow with support for most formats.
|
The following instructions will install Pillow with support for most formats. See :ref:`external-libraries` for the features you would gain by installing the external libraries first. This page probably also include specific instructions for your platform.
|
||||||
See :ref:`external-libraries` for the features you would gain by installing
|
|
||||||
the external libraries first. This page probably also include specific
|
|
||||||
instructions for your platform.
|
|
||||||
|
|
||||||
You can install Pillow with :command:`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 :command:`pip` does not support them)::
|
||||||
<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
|
Or download the `compressed archive from PyPI`_, extract it, and inside it run::
|
||||||
run::
|
|
||||||
|
|
||||||
$ python setup.py install
|
$ python setup.py install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user