InstallationΒΆ

At the command line either via easy_install or pip:

$ easy_install drf-json-api
$ pip install drf-json-api

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv drf-json-api
$ pip install drf-json-api