From 38ed45ec4f4ae01943e245efe6254149c478ef89 Mon Sep 17 00:00:00 2001 From: PythonCoderAS Date: Fri, 17 Jan 2020 18:21:11 -0500 Subject: [PATCH] Change git scheme in install.rst --- docs/install.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 701fb5f..4021ef8 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -7,7 +7,4 @@ Install from PyPI:: Install from source:: - git clone git://github.com/tweepy/tweepy.git - cd tweepy - python setup.py install - + pip install git+https://github.com/tweepy/tweepy.git -- 2.25.1