We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea353ad commit b9c97a4Copy full SHA for b9c97a4
Makefile
@@ -64,6 +64,7 @@ venv:
64
echo "venv already exists."; \
65
echo "To recreate it, remove it first with \`make clean-venv'."; \
66
else \
67
+ echo "Creating venv in $(VENVDIR)"; \
68
$(PYTHON) -m venv $(VENVDIR); \
69
$(VENVDIR)/bin/python3 -m pip install -U pip wheel; \
70
$(VENVDIR)/bin/python3 -m pip install -r requirements.txt; \
0 commit comments