You’ll need libgit2, whose installation instructions can be found here.
All Python module depenedencies are on PyPI, so all you need to do (preferably in a virtualenv):
% git clone https://github.com/talos/jsongit.git % cd jsongit % pip install -r requirements.txt % python setup.py install
It’s easy to make sure everything works.
% pip install nose % nosetests
Full-text doc search.
Enter search terms or a module, class or function name.