mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Wording [ci skip]
This commit is contained in:
parent
7554db7937
commit
57f40ef77a
14
README.rst
14
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.
|
.. 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
|
$ 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
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user