Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 336 Bytes

installation.rst

File metadata and controls

17 lines (10 loc) · 336 Bytes

Installation

Install ThERESA from GitHub with the following:

git clone --recursive https://github.com/rychallener/theresa

ThERESA comes with a conda environement to install its dependencies, which you install with:

cd theresa
conda env create -f environment.yml