From 4b4c6638593bf2037f18c1b8cb3a1ce8e695abcd Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 25 Nov 2024 20:50:20 +0100 Subject: [PATCH] Updated build to use environment --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8baa351..a610f90 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ ensure_env: -@python3 -m venv venv build: - pip install build - python -m build . - pip install -e . + ./venv/bin/python -m pip install build + ./venv/bin/python -m build . + ./venv/bin/python -m pip install -e .