mHapTk installation

The source code of mHapTk is hosted in github. It is written in python, and should run in Windows, Linux and macOS with python3 installed.

Prerequisites

The mHapTk requires the following dependencies :

Installation

You can install this package using PIP.

pip install mHapTk

or build from source:

git clone https://github.com/CCCKW/mHapTk
cd mHapTk
python setup.py install