]> git.parisson.com Git - deefuzzer.git/commitdiff
fix INSTALL
authoryomguy <yomguy@parisson.com>
Thu, 12 Jan 2012 12:06:40 +0000 (13:06 +0100)
committeryomguy <yomguy@parisson.com>
Thu, 12 Jan 2012 12:06:40 +0000 (13:06 +0100)
INSTALL.rst

index 8d84a51ca273d9d3ac2f73ca2990ce1678ead0af..92f27ad49ad898e4793dab10f8bae13523edf77c 100644 (file)
@@ -20,7 +20,7 @@ provides: shout-python | python-shout, python-tinyurl
 
 optional: python-twitter, python-liblo | pyliblo (>= 0.26)
 
-recommends: icecast2, python-setuptools
+recommends: icecast2, python-setuptools, stream-m
 
 
 Install
@@ -37,11 +37,11 @@ or::
        sudo easy_install install deefuzzer
 
 To install the DeeFuzzer from sources, go to the main deefuzzer app directory, for example::
-    
+
     cd deefuzzer-0.5.0
-    
+
 and run::
-    
+
     sudo python setup.py install
 
 For more informations, see http://svn.parisson.org/deefuzzer/
@@ -53,11 +53,11 @@ Twitter (manual and optional)
 To get track twitting, please install python-twitter, python-oauth2 and all their dependencies.
 
 Install python-oauth2::
-    
+
     sudo easy_install oauth2
 
 Get and install python-twitter (>= 0.8.1)::
-    
+
     wget http://python-twitter.googlecode.com/files/python-twitter-0.8.1.tar.gz
     tar xzf python-twitter-0.8.1.tar.gz
     cd python-twitter-0.8.1
@@ -65,23 +65,23 @@ Get and install python-twitter (>= 0.8.1)::
 
 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 from the main deefuzzer app directory::
-    
+
     python tools/get_access_token.py
-    
+
 You will be invited to copy/paste an URL in your browser to get a pin code.
 Then copy/paste this code into the console and press ENTER.
 The script gives you a pair of keys : one access token key and one access token secret key.
 
-Change the <twitter> block options in your deefuzzer XML config file, giving the 2 keys. 
+Change the <twitter> block options in your deefuzzer XML config file, giving the 2 keys.
 For example::
-    
+
     <twitter>
             <mode>1</mode>
             <key>85039615-H6yAtXXCx7NobF5W40FV0c8epGZsQGkE7MG6XRjD2</key>
             <secret>A1YW3llB9H9qVbjH8zOQTOkMlhVqh2a7LnA9Lt0b6Gc</secret>
             <tags>Music Groove</tags>
     </twitter>
-    
+
 Your DeeFuzzer will now tweet the currently playing track and new tracks on your profile.