Replace usage of Easy Install with pip in installation documentation
authorHarmon <Harmon758@gmail.com>
Mon, 6 Jan 2020 07:44:35 +0000 (01:44 -0600)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2020 07:44:35 +0000 (01:44 -0600)
Easy Install is deprecated: https://setuptools.readthedocs.io/en/latest/easy_install.html

docs/install.rst

index 0d4857ad41b83fb37c17063a63bfe814cc94a9f0..701fb5f0e2ec8fff9841d09ee9c2455bb9898160 100644 (file)
@@ -3,7 +3,7 @@ Installation
 
 Install from PyPI::
 
-    easy_install tweepy
+    pip install tweepy
 
 Install from source::