InstallationΒΆ

At the command line:

$ easy_install django-test-query-counter

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-test-query-counter
$ pip install django-test-query-counter