Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 344 Bytes

installation.rst

File metadata and controls

14 lines (8 loc) · 344 Bytes

Installation

You can either install from pip:

pip install measurement

or checkout and install the source from the github repository:

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