Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 874 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 874 Bytes

CMI Python extensions

License

The CMI Python extensions are Copyright (C) 2008,2009,2016,2020 Jochen Küpper; see LICENSE for details.

Prerequisites

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

Installation

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