Requirements:
You should only need to do the steps in this section once. On UNIX, do these steps in terminal. On Windows, do them in Git Bash
- Clone repo from github
git clone https://github.com/cirorandazzo/callback-analysis
- Clone submodules
git submodule update --init --recursive
- Create conda env.
- On Windows, do these steps in Anaconda Prompt.
- Navigate to
callback-analysisfolder conda env create --file explicit_env.yaml