aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/easy_install.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt
index d28141f1..9b98a6e0 100644
--- a/docs/easy_install.txt
+++ b/docs/easy_install.txt
@@ -2,6 +2,12 @@
Easy Install
============
+..warning::
+ Easy Install is deprecated. Do not use it. Instead use pip. If
+ you think you need Easy Install, please reach out to the PyPA
+ team (a ticket to pip or setuptools is fine), describing your
+ use-case.
+
Easy Install is a python module (``easy_install``) bundled with ``setuptools``
that lets you automatically download, build, install, and manage Python
packages.