The CMI Python extensions are Copyright (C) 2008,2009,2016,2020 Jochen Küpper; see LICENSE for details.
The extension package rests on the shoulders of giants, i.e., you need a recent Python 3.x system and some other important Python packages, including (but not necessarily limited to)
- numpy
- pytables
Adminstrator installation:
python setup.py install
In order to install this extension module in user-space, set up your environment for python to find it, e.g.,
setenv PYTHONUSERBASE=$HOME/.local
and run the install command
python setup.py install --user