From 97c6f0ba5a4513c3eb6e2d7e93f9e84ed1bb0041 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 6 Jan 2020 01:44:35 -0600 Subject: [PATCH] Replace usage of Easy Install with pip in installation documentation Easy Install is deprecated: https://setuptools.readthedocs.io/en/latest/easy_install.html --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 0d4857a..701fb5f 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -3,7 +3,7 @@ Installation Install from PyPI:: - easy_install tweepy + pip install tweepy Install from source:: -- 2.25.1