mamba env create --file conda/dev.yaml --force
conda activate invoicex
poetry install
provide a .env
file with the the GITHUB_TOKEN
:
GITHUB_TOKEN=ghp_blablabla
Example:
python invoicex/main.py \
--year-month 2022-04 \
--gh-user xmnlab \
--gh-org osl-incubator/invoicex \
--timezone "-0400"