Skip to content

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
Clone this wiki locally