Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 407 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 407 Bytes

Contributor's Guide

How to make contributions to this repo.

First fork the repo, and clone your copy onto your local machine, and navigate there from the command line.

Activate a virtual environment. Then install package dependencies:

pip install -r requirements.txt
pip install -r tests/requirements.txt

Run tests (may take 90 seconds):

pytest tests --disable-pytest-warnings