/analysis_template

Python template for data analysis

Primary LanguagePython

<repository_name>

Repository description goes here.

Installation

  1. git clone
  2. Add dependencies to setup.py and environment.yml
  3. Create conda environment: conda env create -f environment.yml
  4. Make package editable: pip install --editable .