Installation

The odmpy package can be installed on any system running Python 3.

The recommended installation method is using pip.

pip

$ pip install odmpy

Git

$ git clone https://github.com/RazerM/odmpy.git
Cloning into 'odmpy'...

Check out a release tag:

$ cd odmpy
$ git checkout 0.2.5

Test and install:

$ python setup.py test
running test...
$ python setup.py install
running install...