Installation
Installing STIMP from GitHub
The python package STIMP is publicly available at https://github.com/YangLabHKUST/STIMP/.
You can install the development version of STIMP from GitHub:
git clone https://github.com/YangLabHKUST/STIMP.git
cd /path/to/STIMP
conda create -n stimp python=3.9
conda activate stimp
pip install -r requirements.txt