To install it, say on Debian, do::
- sudo apt-get install python-pip python-dev libshout3-dev python-liblo python-mutagen \
- python-pycurl liblo-dev libshout3-dev librtmp-dev \
- python-yaml libcurl4-openssl-dev python-mutagen icecast2
+ sudo apt-get install python-pip python-dev python-liblo \
+ python-mutagen python-pycurl python-yaml \
+ libshout3-dev librtmp-dev liblo-dev libcurl4-openssl-dev
-Now, the easiest way to install the DeeFuzzer from a shell::
+Now update distribute and setuptools::
+
+ sudo pip install -U distribute setuptools
+
+Then::
sudo pip install deefuzzer
sudo pip install -U deefuzzer
+If you have some version problems with the installation, please try in a virtualenv.
+
For more informations, please see on `GitHub <https://github.com/yomguy/DeeFuzzer>`_ or tweet to @yomguy
+ As a streaming client, the DeeFuzzer needs a local or remote streaming server like Icecast2 to do something::
+
+ sudo apt-get install icecast2
+
Usage
=====