We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3732839 commit 235cc7fCopy full SHA for 235cc7f
Makefile
@@ -69,6 +69,7 @@ venv:
69
.PHONY: ensure-venv
70
ensure-venv:
71
@if [ ! -d $(VENVDIR) ] ; then \
72
+ echo "Creating venv in $(VENVDIR)"; \
73
$(PYTHON) -m venv $(VENVDIR); \
74
$(VENVDIR)/bin/python3 -m pip install --upgrade pip; \
75
$(VENVDIR)/bin/python3 -m pip install -r requirements.txt; \
0 commit comments