Installation

MODAS is developed using Python3 language. The installation can be done with the following command.

Install via pip

#Depends: R(>=3.6), python(>=3.8)
pip install MODAS

Installation using conda

conda create -n modas python=3.8 -y
conda install -y -c conda-forge r-rcppeigen r=3.6 rpy2
$CONDA_PREFIX/bin/pip install MODAS