From 42d9a7ba14f35c22094dc6545de22dce83afa838 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 12 Aug 2024 21:10:18 +0200 Subject: Add poetry files and remove pipenv --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e39d59c..91cfe57 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,11 @@ # Pakarlib -Unified data for Pikud Ha'Oref. All data is versioned, but you can run the build to update all files: +Unified data for Pikud Ha'Oref. All data is versioned, but you can run the build and fetch scripts to update all files: ```bash -$ pipenv run build -``` - -Or fetch all files: - -```bash -$ pipenv run fetch +$ poetry install +$ poetry run build +$ poetry run fetch ``` Currently supports: -- cgit v1.3.1