Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 427 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 427 Bytes

Contributing Guide

Preparation

You need an Python 3.10+ environment with poetry.

For example, in Ubuntu 22.04, you can run:

sudo apt install python3-pip
sudo pip install poetry

Setup

Initialize a Python virtual environment with poetry:

poetry install --sync

Development

A vscode is recommended. There are some configurations in .vscode/ of this project.

Test

pytest