From: Harmon Date: Sat, 18 Jan 2020 16:34:51 +0000 (-0600) Subject: Replace usage of Easy Install with pip in README installation section X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9ddcea22f7f353169a76c8a9d800b4d81f2e569f;p=tweepy.git Replace usage of Easy Install with pip in README installation section --- diff --git a/README.md b/README.md index 8a7aeb5..7f83f39 100644 --- 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: