InstallationΒΆ

At the command line either via easy_install or pip:

$ pip install json_config
$ easy_install json_config

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv json_config
$ pip install json_config

Uninstall:

$ pip uninstall json_config