projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7092e4f
)
Add alternate one-step command to install from GitHub
author
PythonCoderAS
<sarkaraoyan@gmail.com>
Fri, 17 Jan 2020 23:20:56 +0000
(18:20 -0500)
committer
PythonCoderAS
<sarkaraoyan@gmail.com>
Fri, 17 Jan 2020 23:20:56 +0000
(18:20 -0500)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index 67928539399f2bde3422b98c2f01f95a0dcc3ff6..8a7aeb5a50f51d0991dcc90f2b9a9e41c0e3a534 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-21,6
+21,12
@@
GitHub and install it manually:
cd tweepy
python setup.py install
+You may also install Tweepy directly from the GitHub
+repository using pip:
+
+ pip install git+https://github.com/tweepy/tweepy.git
+
+
Python 2.7, 3.5, 3.6, 3.7, & 3.8 are supported.
Community