It is recommended that you start with the anaconda or miniconda python distribution:
https://conda.io/miniconda.html
Then you need to have numpy installed:
$ conda install numpy
Clone this repo recursively to obtain the submodules
$ git clone https://github.com/davidrigie/twixreader.git --recursive
To install run:
$ python setup.py install
or using pip:
$ pip install .
This is still in very early development, beware!
more info coming soon ...