- Clone this repository and make sure you have the package requirements (see
requirements.txt) - Create an environment with the package dependencies. e.g. using conda:
conda create -n hyperraman
conda install --file requirements.txt
- Run this script e.g. on Windows:
python build.py all
see python build.py --help for more detailed build instructions
For examination of individual figures, each figure script has a command line interface to create/examine plots with simple options.
Call e.g. python fig1.py --help for more information.
