Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 857 Bytes

reproduce_requirements.md

File metadata and controls

17 lines (13 loc) · 857 Bytes

This file describes the steps necessary to execute the "reproduce".sh file to produce the main results of this repository.

  1. Make sure you have conda, or preferably mamba installed. See either of the links below for instructions on installing the program of your choice for your machine.
  1. Once installed, open the terminal so that your present working directory (pwd) is the one associated with the location of the local version of this repository on your machine.

  2. Navigate to the "binder" folder and make sure a file called "environment.yml" lives there. Run the following command:

  • mamba env create -f environment.yal

Once this command has completed, you are ready to run the reproduce.sh script!