From f4b320e5e3ec9c7e1ef4b90017050e029029d449 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 16 Sep 2018 10:55:41 -0400 Subject: Update Easy Install docs reflecting the deprecation. --- docs/easy_install.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- cgit v1.2.3