The manuscript is in a runnable Jupyter Notebook — manuscript.ipynb. It contains instructions for setting up your environment and installing Devito.
git clone -b v3.1.0 https://github.com/opesci/devito
cd devito
conda env create -f environment.yml
source activate devito
pip install -e .
Thank you, The Authors