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 5e48e3d commit 0a52d73Copy full SHA for 0a52d73
1 file changed
Doc/Makefile
@@ -132,6 +132,7 @@ clean:
132
133
venv:
134
$(PYTHON) -m venv $(VENVDIR)
135
+ $(VENVDIR)/bin/python3 -m pip install -U pip setuptools
136
$(VENVDIR)/bin/python3 -m pip install -U Sphinx blurb python-docs-theme
137
@echo "The venv has been created in the $(VENVDIR) directory"
138
0 commit comments