InstallationΒΆ

At the command line:

$ easy_install django-brute-guard

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-brute-guard
$ pip install django-brute-guard