Installing¶
Installing from PyPI¶
gMeterPy can be installed via pip from PyPI:
pip install gmeterpy
However, this is not the best option, given that the package is under active development.
Installing the latest development version¶
To install gMeterPy from GitHub simply use pip as usual:
pip install https://github.com/opengrav/gmeterpy/archive/master.zip
Or clone the git repository locally and run pip:
git clone https://github.com/opengrav/gmeterpy.git
cd gmeterpy
pip install .