Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 468 Bytes

INSTALL.md

File metadata and controls

23 lines (17 loc) · 468 Bytes

Installation

Requirements

Example conda environment setup

conda create -n tag python=3.6 -y
conda activate tag
git clone https://github.com/HenryJunW/TAG
cd TAG
python setup.py develop

Alternatively, you could install the conda environment from existing yaml file

conda env create --name tap --file=tag.yml