Skip to content

Commit

Permalink
fix apt deps and install procedure (closes #108)
Browse files Browse the repository at this point in the history
  • Loading branch information
yomguy committed Jan 11, 2023
1 parent 78035a8 commit 32a80ad
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,22 +112,18 @@ an install inside Gygwin should work well.

To install it, say on Debian, do::

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 libmariadbclient-dev

Now update distribute and setuptools::

sudo pip install -U distribute setuptools
sudo apt-get install python3-pip python3-dev cython3 python3-liblo \
python3-mutagen python3-pycurl python3-yaml \
libshout3-dev librtmp-dev liblo-dev \
libcurl4-openssl-dev libmariadb-dev-compat

Then::

sudo pip install deefuzzer
sudo pip3 install deefuzzer

To upgrade::
Or to upgrade::

sudo pip install -U deefuzzer
sudo pip3 install -U deefuzzer

If you have some version problems with the installation, please also try in a virtualenv.

Expand Down

0 comments on commit 32a80ad

Please sign in to comment.