File: installation.rst

package info (click to toggle)
python-measurement 3.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 332 kB
  • sloc: python: 1,402; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

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

You can either install from pip::

    pip install measurement

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

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