Installation

Installation of Cascade-AT

Cascade-AT interacts with Dismod-AT underneath. Cascade-AT runs Dismod-AT within the IHME infrastructure. Clone it from Cascade-AT on Github.

We recommend you create a conda environment into which to install the code. Then clone the repository and run the tests.:

git clone https://github.com/ihmeuw/cascade-at.git
cd cascade
pip install . [ihme, docs]
python setup.py develop
cd tests && pytest

NOTE: [ihme, docs] are optional arguments.

NOTE: The above code is intended for installing on the cluster. When working on a local machine, the correct step is to replace ‘python setup.py develop’ with python setup.py install

For instructions on how to install all of the IHME dependencies, see the internal documentation here.

For instructions on how to install dismod_at, see Brad Bell’s documentation here.