projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8041371
)
Replace usage of Easy Install with pip in installation documentation
author
Harmon
<Harmon758@gmail.com>
Mon, 6 Jan 2020 07:44:35 +0000
(
01:44
-0600)
committer
GitHub
<noreply@github.com>
Mon, 6 Jan 2020 07:44:35 +0000
(
01:44
-0600)
Easy Install is deprecated: https://setuptools.readthedocs.io/en/latest/easy_install.html
docs/install.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/install.rst
b/docs/install.rst
index 0d4857ad41b83fb37c17063a63bfe814cc94a9f0..701fb5f0e2ec8fff9841d09ee9c2455bb9898160 100644
(file)
--- a/
docs/install.rst
+++ b/
docs/install.rst
@@
-3,7
+3,7
@@
Installation
Install from PyPI::
-
easy_
install tweepy
+
pip
install tweepy
Install from source::