InstallationΒΆ

1. Clone the github repository


git clone https://github.com/imodal/imodal.git


2. Make sure you are using Python 3.6


python3 --version
>> Python 3.6.13


3. Install the dependencies


pip install -r path/to/imodal/requirements_imodal.txt


4. Add the path to IMODAL at the beginning of your script

import sys
sys.path.append("path/to/imodal/")