projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c48a77
)
Readme update.
author
Josh Roesslein
<jroesslein@gmail.com>
Mon, 10 Aug 2009 19:09:09 +0000
(14:09 -0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Mon, 10 Aug 2009 19:09:09 +0000
(14:09 -0500)
README
patch
|
blob
|
blame
|
history
diff --git
a/README
b/README
index 8a4a4e03bf2e67c406a03adcc55dbd7984c27359..c6e4385bd5afc340db7044037547e220c3201fba 100644
(file)
--- a/
README
+++ b/
README
@@
-19,6
+19,13
@@
Features:
Getting started:
Check out the tutorial folder to get started with Tweepy.
+Installing:
+ You may use easy_install to quickly get tweepy installed on your system:
+ easy_install tweepy (run as root)
+ You may also clone/download the source code and then execute:
+ python setup.py install (run as root)
+ If you wish you may also bundle the tweepy package with your application.
+
Author: Joshua Roesslein
License: MIT
Dependencies: