This code is here to show the process of performing computations for benchmark plots. Updated 7/2/20 to include better documentation.
- Open your terminal, change to the directory you want to work in.
- Create or activate python 3.7 environment:
conda activate <envname>
- Clone this repository:
git clone https://github.com/sophiaandaloro/NESTplots/
- Install requirements:
pip install requirements.txt