From f816a73efa8d32372f65cc8796d0483d9553d53c Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 25 Nov 2024 19:47:34 +0000 Subject: [PATCH] chore: add ensure_env target to Makefile for automatic venv creation --- 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