From a3ee6942f323563d7479ad77ccefc0d17a9d1151 Mon Sep 17 00:00:00 2001 From: PythonCoderAS Date: Fri, 17 Jan 2020 18:20:56 -0500 Subject: [PATCH] Add alternate one-step command to install from GitHub --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6792853..8a7aeb5 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ GitHub and install it manually: cd tweepy python setup.py install +You may also install Tweepy directly from the GitHub +repository using pip: + + pip install git+https://github.com/tweepy/tweepy.git + + Python 2.7, 3.5, 3.6, 3.7, & 3.8 are supported. Community -- 2.25.1