Replace usage of Easy Install with pip in README installation section
authorHarmon <Harmon758@gmail.com>
Sat, 18 Jan 2020 16:34:51 +0000 (10:34 -0600)
committerGitHub <noreply@github.com>
Sat, 18 Jan 2020 16:34:51 +0000 (10:34 -0600)
README.md

index 8a7aeb5a50f51d0991dcc90f2b9a9e41c0e3a534..7f83f39756b879f5d6b04b2d94197ccaba23b1a5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ GitHub and install it manually:
 
     git clone https://github.com/tweepy/tweepy.git
     cd tweepy
-    python setup.py install
+    pip install .
 
 You may also install Tweepy directly from the GitHub 
 repository using pip: