From 48883e92f40fdebf45d6adf24df3ef56532ada00 Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 25 Nov 2024 20:47:34 +0100 Subject: [PATCH] Updated build --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25c0241..8baa351 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -all: build sync export_dataset export_stats merge_images export_statistics export_mentions +all: ensure_env build sync export_dataset export_stats merge_images export_statistics export_mentions + +ensure_env: + -@python3 -m venv venv build: pip install build