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 25c34ce commit 1de746fCopy full SHA for 1de746f
Doc/Makefile
@@ -177,6 +177,7 @@ venv:
177
echo "venv already exists."; \
178
echo "To recreate it, remove it first with \`make clean-venv'."; \
179
else \
180
+ echo "Creating venv in $(VENVDIR)"; \
181
$(PYTHON) -m venv $(VENVDIR); \
182
$(VENVDIR)/bin/python3 -m pip install --upgrade pip; \
183
$(VENVDIR)/bin/python3 -m pip install -r $(REQUIREMENTS); \
0 commit comments