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:
Python: https://www.python.org/downloads/ (pip comes packaged with Python).
Windows users:
can follow this guide https://www.ics.uci.edu/~pattis/common/handouts/pythoneclipsejava/python.html
and read these FAQ to familiarize themselves with typical questions using these FAQ: https://docs.python.org/3/faq/windows.html
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