chore: add ensure_env target to Makefile for automatic venv creation

This commit is contained in:
retoor 2024-11-25 19:47:34 +00:00
parent 2f3a4431b6
commit f816a73efa

View File

@ -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