From 997e10894686a8a3cbf2a29cec3cd8a712d93ae7 Mon Sep 17 00:00:00 2001 From: Eric Soroos Date: Wed, 20 Sep 2017 10:09:15 +0000 Subject: [PATCH] Deprecated easy_install in instructions --- docs/installation.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 6a6a80fcb..49788d633 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -32,12 +32,6 @@ Install Pillow with :command:`pip`:: $ pip install Pillow -Or use :command:`easy_install` for installing `Python Eggs -`_ 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 ^^^^^^^^^^^^^^^^^^