Document how to use venv to build

This commit is contained in:
Pim van Pelt
2025-05-07 23:26:31 +02:00
parent b577404611
commit ff7d69fa0a
3 changed files with 10 additions and 7 deletions

View File

@ -16,7 +16,7 @@ build:
.PHONY: install-deps
install-deps:
sudo $(PIP) install $(PIP_DEPENDS)
$(PIP) install $(PIP_DEPENDS)
.PHONY: install
install: