InstallationΒΆ

At the command line:

$ easy_install rest_framework_json_patch

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv rest_framework_json_patch
$ pip install rest_framework_json_patch