
Installation
============

You can either install from pip::

    pip install measurement

*or* checkout and install the source from the `bitbucket repository <https://bitbucket.org/latestrevision/python-measurement/>`_::

    hg clone https://bitbucket.org/latestrevision/python-measurement
    cd python-measurement
    python setup.py install

*or* checkout and install the source from the `github repository <https://github.com/latestrevision/python-measurement/>`_::

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

