Installation

  1. Obtain Python 3.5 and virturalenv.
  2. Create a virtual environment somewhere on your disk, and then activate it.
$ virtualenv --no-site-packages --python=python3.5 micti_env
$ source micti_env/bin/activate
  1. Download the source code and install the requirements.
$ pip install MICTI

pip will install the following packages:

  1. Import MICTI.

    $from MICTI import *