From 07df4205d88a8de911bdddc385aa965d4cf7a7c8 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 6 Jan 2020 01:45:33 -0600 Subject: [PATCH] Remove reference to Easy Install in README Easy Install is deprecated: https://setuptools.readthedocs.io/en/latest/easy_install.html --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a176697..6792853 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Tweepy: Twitter for Python! Installation ------------ The easiest way to install the latest version -is by using pip/easy_install to pull it from PyPI: +is by using pip to pull it from PyPI: pip install tweepy -- 2.25.1