Download and Installation

AdaptiveMasterMSM is open-source, so you can download the source files from GitHub: https://github.com/BioKT/AdaptiveMasterMSM.

In the following, we describe in detail the procedure to install AdaptiveMasterMSM in your computer.

For user purposes, download the code and in the main directory type.:

python setup.py install --user

For developers, it is preferable to use the option below.:

python setup.py develop --user

After this, you should be able to import AdaptiveMasterMSM from any python or jupyter-notebook file. Go to ‘Examples’ section to see how to do it.