InstallationΒΆ

At the command line:

$ easy_install django-rest-framework-nested-resource

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-rest-framework-nested-resource
$ pip install django-rest-framework-nested-resource