]> git.parisson.com Git - deefuzzer.git/commitdiff
Merge branch 'release/0.7' into dev
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 29 Jan 2015 21:59:09 +0000 (22:59 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 29 Jan 2015 21:59:09 +0000 (22:59 +0100)
1  2 
README.rst

diff --cc README.rst
index ffab9e98ca8f7638f3ff47b2c2d1ff167464da2e,249cf3a586e64ef09b02b0353d0c08bf358f476f..3e3dd0a3a77e324f657596609dd62cdc3d7c2dd3
@@@ -87,15 -86,11 +87,15 @@@ an install inside Gygwin should work we
  
  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
  
@@@ -103,10 -98,12 +103,14 @@@ To upgrade:
  
      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
  =====