Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 223 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 223 Bytes

Contributing

Setup Development

Environment setup:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements_dev.txt
$ pip3 install -r requirements_test.txt

Run tests:

$ pytest