Installation

Libraries

You’ll need libgit2, whose installation instructions can be found here.

Modules

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

Testing

It’s easy to make sure everything works.

% pip install nose
% nosetests

Project Versions

Table Of Contents

This Page