Installing

pip

fuzz can be installed using pip:

$ pip3 install fuzz

fuzz is written for Python 3, and does not support Python 2.

If you get permission errors, try using sudo:

$ sudo pip3 install fuzz

Development

The repository for fuzz, containing the most recent iteration, can be found here. To clone the fuzz repository directly from there, use:

$ git clone git://github.com/samirelanduk/fuzz.git

Requirements

fuzz currently has no external dependencies.