From 1a34d1bbde800d540c4e3f1e3dbe22678903ad86 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 17 May 2024 12:26:14 +0200 Subject: Migrate all scripts to poetry --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 326cdde..263bf1e 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,16 @@ Candidates are links to users who have not yet explicitly added their `name` and ## Development -Local development requires a basic Python environment with [pipenv](https://pipenv.pypa.io/en/latest/) installed. +Local development requires a basic Python environment with [poetry](https://python-poetry.org/docs//) installed. ```bash -$ pipenv sync --dev -$ pipenv run build -$ pipenv run serve +$ poetry install --with=dev +$ poetry run build +$ poetry run serve +``` + +Other commands are accessible via: + +```bash +$ poetry run cli ``` -- cgit v1.3.1