From: Harmon Date: Sat, 18 Jan 2020 16:43:41 +0000 (-0600) Subject: Update installation documentation to match README X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cd1a501484e02c35f344725ab2880f0e33071087;p=tweepy.git Update installation documentation to match README --- diff --git a/docs/install.rst b/docs/install.rst index 4021ef8..7c39185 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -1,10 +1,17 @@ Installation ============ -Install from PyPI:: +The easiest way to install the latest version from PyPI is by using pip:: pip install tweepy -Install from source:: +You can also use Git to clone the repository from GitHub to install the latest +development version:: + + git clone https://github.com/tweepy/tweepy.git + cd tweepy + pip install . + +Alternatively, install directly from the GitHub repository:: pip install git+https://github.com/tweepy/tweepy.git