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 e1a8a03 commit ab72711Copy full SHA for ab72711
Doc/Makefile
@@ -150,7 +150,7 @@ venv:
150
echo "To recreate it, remove it first with \`make clean-venv'."; \
151
else \
152
$(PYTHON) -m venv $(VENVDIR); \
153
- $(VENVDIR)/bin/python3 -m pip install -U pip setuptools; \
+ $(VENVDIR)/bin/python3 -m pip install -U pip setuptools<=81; \
154
$(VENVDIR)/bin/python3 -m pip install -r requirements.txt; \
155
echo "The venv has been created in the $(VENVDIR) directory"; \
156
fi
0 commit comments