Skip to content

Running Checks Locally

Jarad Niemi edited this page Jun 19, 2020 · 8 revisions

For Mac

  1. Install Python3.x https://www.python.org/downloads/
  2. Clone the repository git clone https://github.com/reichlab/covid19-forecast-hub.git
  3. Add your files to data-processed/<TeamName>-<ModelName>
  4. Run these commands for one-time setup from the root of this repository.
sudo easy_install pip
pip3 install --upgrade setuptools
pip3 install -r visualization/requirements.txt
  1. Validate with python3 code/validation/test-formatting.py