Installation

MKLA works on Python 3.5+ and requires the following Python packages:

Install using pip

Using pip:

pip install mkla

Install latest development version

MKLA is being developed on github. To get the latest development version using git:

git clone https://github.com/uofscphysics/mkla.git
cd mkla

then:

python setup.py install