Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 606 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 606 Bytes

Collaboration

Requirements

Setup

Installs dependencies and sets up developer environment.

make init

Running tests

Runs the testing suite.

make test

Generating Usage Docs

Generates the usage docs within the readme.

make docs

Generating requirements

Generates the requirements.txt file for locking python dependencies.

make requirements.txt