Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 577 Bytes

File metadata and controls

16 lines (13 loc) · 577 Bytes

Installation

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

  1. Clone repo from github
    • git clone https://github.com/cirorandazzo/callback-analysis
  2. Clone submodules
    • git submodule update --init --recursive
  3. Create conda env.
    • On Windows, do these steps in Anaconda Prompt.
    • Navigate to callback-analysis folder
    • conda env create --file explicit_env.yaml