From d3e278e7b9912ae6bb9eb00c9252b39d6e4b39ed Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 12 Jan 2012 13:06:40 +0100 Subject: [PATCH] fix INSTALL --- INSTALL.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 8d84a51..92f27ad 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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 block options in your deefuzzer XML config file, giving the 2 keys. +Change the block options in your deefuzzer XML config file, giving the 2 keys. For example:: - + 1 85039615-H6yAtXXCx7NobF5W40FV0c8epGZsQGkE7MG6XRjD2 A1YW3llB9H9qVbjH8zOQTOkMlhVqh2a7LnA9Lt0b6Gc Music Groove - + Your DeeFuzzer will now tweet the currently playing track and new tracks on your profile. -- 2.39.5