From: PythonCoderAS Date: Fri, 17 Jan 2020 23:21:11 +0000 (-0500) Subject: Change git scheme in install.rst X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=38ed45ec4f4ae01943e245efe6254149c478ef89;p=tweepy.git Change git scheme in install.rst --- 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