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 numpyClone this repo recursively to obtain the submodules
$ git clone https://github.com/davidrigie/twixreader.git --recursiveTo install run:
$ python setup.py installor using pip:
$ pip install .This is still in very early development, beware!
more info coming soon ...