diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-16 10:55:41 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-16 10:55:41 -0400 |
| commit | f4b320e5e3ec9c7e1ef4b90017050e029029d449 (patch) | |
| tree | 8e4db7e95e88a243d45452287b8cbd0f08f7e5be /docs | |
| parent | e919dab687d281fe0242b17ba1727e91046eb26b (diff) | |
| download | python-setuptools-git-f4b320e5e3ec9c7e1ef4b90017050e029029d449.tar.gz | |
Update Easy Install docs reflecting the deprecation.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/easy_install.txt | 6 |
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. |
