Installation

Stable release

To install kernelmethods, run this command in your terminal:

$ pip install kernelmethods

This is the preferred method to install kernelmethods, as it will always install the most recent stable release.

Non-Linux and Non-Python users

If you do not yet have python or pip (system for distribution and installation), please follow the links below for instructions on installing them:

From sources

The sources for kernelmethods can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/raamana/kernelmethods

Or download the tarball:

$ curl  -OL https://github.com/raamana/kernelmethods/tarball/master

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

$ python setup.py install