Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.07 KB

README.rst

File metadata and controls

65 lines (45 loc) · 2.07 KB

json-merger

Module for merging JSON Objects.

Installation

Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development:

$ pyenv virtualenv json-merger
$ pyenv activate json-merger
$ cd json-merger/
$ pip install -e ".[all]"

You can now run the tests with:

$ ./run-tests.sh