]> git.parisson.com Git - deefuzzer.git/commitdiff
fix twitter install
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 16 Dec 2010 00:48:23 +0000 (00:48 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 16 Dec 2010 00:48:23 +0000 (00:48 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index a3664197788c69973d8e2e01aa0ecd2dfe921c0d..a224742b6b90ea0e4b225904bc75a62f0d0069b0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -41,7 +41,19 @@ Twitter (optional)
 =====================
 
 To get track twitting, please install python-twitter, python-oauth2 and all their dependencies.
-As Twitter now requires oauth key system since 07/2010, you need to get your own access token key pair.
+
+Install python-oauth2::
+    
+    sudo easy_install oauth2
+
+Get and install python-twitter (>= 0.9dev)::
+    
+    sudo aptitude install mercurial
+    hg clone https://python-twitter.googlecode.com/hg/ python-twitter
+    cd python-twitter
+    sudo python setup.py install
+
+As Twitter access requires oauth keys since 07/2010, you need to get your own access token key pair.
 Please run the dedicated script to do this::
     
     python tools/get_access_token.py