Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 177 Bytes

CONTRIBUTING.rst

File metadata and controls

13 lines (10 loc) · 177 Bytes

Contrib Guide

Setup

python -m venv venv
source venv/bin/activate
pip install -r dev-requirements.txt
pip install -e .
invoke tests