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 3. Download the source code and install the requirements. :: $ pip install MICTI pip will install the following packages: * `NumPy `_ * `SciPy `_ * `matplotlib `_ * `pandas `_ * `gprofiler `_ * `seaborn `_ * `scikit-learn `_ 4. Import MICTI. :: $from MICTI import *