chore: add ensure_env target to Makefile for automatic venv creation
This commit is contained in:
parent
2f3a4431b6
commit
f816a73efa
5
Makefile
5
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:
|
build:
|
||||||
pip install build
|
pip install build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user