build.sh
builds the repository.
sh build.sh
should be executed from the root directory of the repository.
Install the conda environment specified in environment.yml
by running:
conda env create --file environment.yml
Activate with source activate deep-review
.