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.
The mHapTk requires the following dependencies :
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