diff --git a/Makefile b/Makefile index 1a3e24a..33ea82d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: .PHONY: install -install: pip-compile +install: python -m uv pip install -r requirements.txt .PHONY: pip-compile