Get Started#

Installation#

pymeasurement is distributed on PyPi.

To get started, you need to install the following:

pip install pymeasurement

First Steps#

from pymeasurement import Measurement as M

print(M.fromStr("1.2 +/- 0.1 m"))

Congrats, you are now ready to use pymeasurement! Read on in the user guide for more examples.