projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f8b80e
)
Replace usage of Easy Install with pip in README installation section
author
Harmon
<Harmon758@gmail.com>
Sat, 18 Jan 2020 16:34:51 +0000
(10:34 -0600)
committer
GitHub
<noreply@github.com>
Sat, 18 Jan 2020 16:34:51 +0000
(10:34 -0600)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index 8a7aeb5a50f51d0991dcc90f2b9a9e41c0e3a534..7f83f39756b879f5d6b04b2d94197ccaba23b1a5 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-19,7
+19,7
@@
GitHub and install it manually:
git clone https://github.com/tweepy/tweepy.git
cd tweepy
- p
ython setup.py install
+ p
ip install .
You may also install Tweepy directly from the GitHub
repository using pip: