Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 270 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 270 Bytes

Development Setup

Make sure necessary dependencies are installed as described in the readme. Make a fork of the repo and clone it:

git clone --recursive [URL to fork].git

Then run python setup.py develop. You can also do development in a virtualenv.