Thanks to visit codestin.com Credit goes to github.com
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 9080e9e commit 332ac46Copy full SHA for 332ac46
Doc/Makefile
@@ -163,6 +163,7 @@ venv:
163
echo "venv already exists."; \
164
echo "To recreate it, remove it first with \`make clean-venv'."; \
165
else \
166
+ echo "Creating venv in $(VENVDIR)"; \
167
$(PYTHON) -m venv $(VENVDIR); \
168
$(VENVDIR)/bin/python3 -m pip install --upgrade pip; \
169
$(VENVDIR)/bin/python3 -m pip install -r $(REQUIREMENTS); \
0 commit comments