Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 286 Bytes

File metadata and controls

19 lines (18 loc) · 286 Bytes

Develop

Install

conda create -y -n manager python=3.11 ; \
    conda activate manager && \
    pip install poetry && \
    poetry install --no-root && \
    pip install -e .

Build

poetry build

Run

Manage the data from a gui

manager