Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 376 Bytes

DEVELOPMENT.md

File metadata and controls

27 lines (19 loc) · 376 Bytes

Development

Requirements

  • Python 3 (tested with Python 3.11.x)
  • pip (tested with pip 23.2.x)

Setup

# Install dependencies
pip3 install -r requirements.txt

Install library

# Install library
make build

Run tests

# Run tests
make tests