Deprecated easy_install in instructions

This commit is contained in:
Eric Soroos 2017-09-20 10:09:15 +00:00
parent 0c248c68f2
commit 997e108946

View File

@ -32,12 +32,6 @@ Install Pillow with :command:`pip`::
$ pip install Pillow
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
Windows Installation
^^^^^^^^^^^^^^^^^^^^
@ -49,10 +43,6 @@ libraries included::
> pip install Pillow
or::
> easy_install Pillow
macOS Installation
^^^^^^^^^^^^^^^^^^