InstallationΒΆ

At the command line:

$ easy_install django_cv

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django_cv
$ pip install django_cv