Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 250 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (18 loc) · 250 Bytes

Setup

  • Requires Python 3.7+
  • Install Make
  • Install Docker
  • Create and activate virtual environment
make create-venv
. .venv/bin/activate
pip install -r dev-requirements.txt

Run tests

make test

Build

make build