diff options
author | Jesus Laime <laimejesu@gmail.com> | 2018-10-25 20:35:16 -0300 |
---|---|---|
committer | Paul Ganssle <paul@ganssle.io> | 2018-10-26 09:22:12 -0400 |
commit | 72b5c330318a624832402c5445f1213ce82f5642 (patch) | |
tree | c167c99d2c090f9915e7a35994f184f4d7624c6b | |
parent | d0b88ac944944580a1ff52e0a3fda9fdbc7fb095 (diff) | |
download | external_python_setuptools-72b5c330318a624832402c5445f1213ce82f5642.tar.gz external_python_setuptools-72b5c330318a624832402c5445f1213ce82f5642.tar.bz2 external_python_setuptools-72b5c330318a624832402c5445f1213ce82f5642.zip |
Fix deprecation warning in easy_install docs
-rw-r--r-- | docs/easy_install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt index 41d182e0..aa11f890 100644 --- a/docs/easy_install.txt +++ b/docs/easy_install.txt @@ -2,7 +2,7 @@ Easy Install ============ -..warning:: +.. 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 |