File: installation.rst

package info (click to toggle)
djangorestframework-nested-resource 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 292 kB
  • ctags: 211
  • sloc: python: 886; makefile: 205
file content (12 lines) | stat: -rw-r--r-- 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
============
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