mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Wording [ci skip]
This commit is contained in:
parent
1b0bd98b21
commit
2de5988257
|
@ -18,15 +18,15 @@ Basic Installation
|
||||||
|
|
||||||
The following instructions will install Pillow with support for most common image formats. See :ref:`external-libraries` for a full list of external libraries supported.
|
The following instructions will install Pillow with support for most common image formats. See :ref:`external-libraries` for a full list of external libraries supported.
|
||||||
|
|
||||||
You can install Pillow with :command:`pip`::
|
Install Pillow with :command:`pip`::
|
||||||
|
|
||||||
$ pip install Pillow
|
$ pip install Pillow
|
||||||
|
|
||||||
Or :command:`easy_install` (for installing `Python Eggs <http://peak.telecommunity.com/DevCenter/PythonEggs>`_, as :command:`pip` does not support them)::
|
Or use :command:`easy_install` for installing `Python Eggs <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 run::
|
Or download and extract the `compressed archive from PyPI`_ and inside it run::
|
||||||
|
|
||||||
$ python setup.py install
|
$ python setup.py install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user