This tutorial demonstrates several techniques for measuring resource usage and running time of your code. It focuses mainly on python programs.
TL;DR: Simply run ./setup.sh
This will create a brand new conda environment in the local .env
directory.
If you already have a conda installation and would not like to download conda again, from an active conda environment execute:
conda env create -f environment.yml
./launch.sh