From cd1a501484e02c35f344725ab2880f0e33071087 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 18 Jan 2020 10:43:41 -0600 Subject: [PATCH] Update installation documentation to match README --- docs/install.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 -- 2.25.1