Installation

https://img.shields.io/pypi/v/phuzzy.svg Documentation Status https://travis-ci.org/lepy/phuzzy.svg?branch=master https://coveralls.io/repos/github/lepy/phuzzy/badge.svg Updates https://api.codacy.com/project/badge/Grade/4814372e95c543a69c69004c853b17be

Stable release

To install phuzzy, run this command in your terminal:

$ pip install phuzzy

This is the preferred method to install phuzzy, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for phuzzy can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/lepy/phuzzy

Or download the tarball:

$ curl  -OL https://github.com/lepy/phuzzy/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install