]> git.parisson.com Git - deefuzzer.git/commitdiff
fix doc
authoryomguy <yomguy@parisson.com>
Wed, 11 Apr 2012 21:00:51 +0000 (23:00 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 11 Apr 2012 21:00:51 +0000 (23:00 +0200)
README.rst

index 62e3b3fd072b07afabc927c01693dbdde67021b2..fdb0883754cd04080bed54749bc688607b59e9fe 100644 (file)
@@ -65,7 +65,8 @@ DeeFuzzer has now only been well tested on Linux, but should work on any other p
 You would then need to install libshout3 and liblo libraries for it. On Windows,
 an install inside Gygwin should work well.
 
-Please first install libshout3 and liblo from source OR libshout3-dev and liblo-dev from your own distribution package manager.
+IMPORTANT: Please first install libshout3 and liblo from source OR libshout3-dev, 
+liblo-dev, gnutls-dev and librtmp-dev from your own distribution package manager.
 
 Now, the easiest way to install the DeeFuzzer from a shell::
 
@@ -75,6 +76,10 @@ or::
 
     sudo easy_install deefuzzer
 
+to upgrade::
+
+    sudo pip install --upgrade deefuzzer
+
 To install the DeeFuzzer from sources, download the last archive `there <http://pypi.python.org/pypi/DeeFuzzer>`_
 
 Uncompress, go to the deefuzzer app directory and run install as root. For example::