-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Alessio Milanese edited this page Aug 6, 2020
·
2 revisions
You can install STAG with:
git clone https://github.com/AlessioMilanese/stag.git
cd stag
export PATH=`pwd`:$PATH
If you have conda, you can install the dependencies by creating an environment:
conda env create -f conda_env_stag.yaml
conda activate stag
If you have an older version you will have to type:
source activate stag
You can check that the tool works properly with:
python test.py