Update installation documentation to match README
authorHarmon <Harmon758@gmail.com>
Sat, 18 Jan 2020 16:43:41 +0000 (10:43 -0600)
committerGitHub <noreply@github.com>
Sat, 18 Jan 2020 16:43:41 +0000 (10:43 -0600)
docs/install.rst

index 4021ef849509a0a2b3748f0c8905cfd26e10851d..7c39185995382688f93cead26082bbf3ec3446a5 100644 (file)
@@ -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