Document how to use venv to build
This commit is contained in:
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ build:
|
||||
|
||||
.PHONY: install-deps
|
||||
install-deps:
|
||||
sudo $(PIP) install $(PIP_DEPENDS)
|
||||
$(PIP) install $(PIP_DEPENDS)
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
|
Reference in New Issue
Block a user