Installation
============
piston-mini-client uses a standard distutils setup.py script, so you can use:

python setup.py install

Running the tests
=================
To run the tests, just install tox[1] (can be in a virtualenv) and then run:

tox

Reading the docs
================
With sphinx[2] installed, you should be able to build the documentation for
this code with:

cd doc
make html

Or, you can always read the latest documentation online at
http://packages.python.org/piston-mini-client/

Enjoy!


[1] http://pypi.python.org/pypi/tox
[2] http://sphinx.pocoo.org/
