From 9cf972563e3ee5524b1d4ec2d46fa883d03803b0 Mon Sep 17 00:00:00 2001 From: Max Zangs Date: Fri, 8 Dec 2023 10:34:12 +0100 Subject: [PATCH] Add setup option to Makefile (#1368) --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be062ce7..a2e2d8d3 100644 --- a/Makefile +++ b/Makefile @@ -52,4 +52,7 @@ ingest: @poetry run python scripts/ingest_folder.py $(call args) wipe: - poetry run python scripts/utils.py wipe \ No newline at end of file + poetry run python scripts/utils.py wipe + +setup: + poetry run python scripts/setup