InstallationΒΆ

At the command line:

$ easy_install django-ordered-field

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-ordered-field
$ pip install django-ordered-field