Installation

Installing Riffle is simple with pip:

$ pip install riffle

If the Cheeseshop (a.k.a. PyPI) is down, you can also install Riffle from one of the mirrors:

$ pip install --use-mirrors riffle

Alternatively, you may wish to download manually from Gitlab where Riffle is actively developed.

You can clone the public repository:

$ git clone git@gitlab.com:4degrees/riffle.git

Or download an appropriate zipball

Once you have a copy of the source, you can install it into your site-packages:

$ python setup.py install

Dependencies

Additional For testing