Installation

Stable release

We strongly recommend you start with a Python environment that already includes the numpy and numba packages, such as Anaconda. Otherwise these packages are difficult to install yourself.

To install the latest stable release,

$ pip install hysteron

From sources

The source can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/nkeim/hysteron

Or download the tarball:

$ curl -OJL https://github.com/nkeim/hysteron/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install