Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 304 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (15 loc) · 304 Bytes

Developer notes

Setup

If you want to get started with KPET development, you can install the dependencies by running:

$ pip install --user .[dev]

Tests + linting

To run the tests (together with linting), execute the following command:

$ tox