InstallationΒΆ

You can either install from pip:

pip install django-measurement

or checkout and install the source from the github repository:

git clone https://github.com/coddingtonbear/django-measurement.git
cd django-measurement
python setup.py install