We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a31e3f commit 8aee4b8Copy full SHA for 8aee4b8
Makefile
@@ -63,12 +63,7 @@ venv:
63
$(PYTHON) -m venv --prompt $(LANGUAGE_TEAM) $(VENV); \
64
fi
65
66
- $(VENV)/bin/python -m pip install -q -r requirements.txt 2> $(VENV)/pip-install.log
67
-
68
- if grep -q 'pip install --upgrade pip' $(VENV)/pip-install.log; \
69
- then \
70
- $(VENV)/bin/pip install -q --upgrade pip; \
71
- fi
+ $(VENV)/bin/python -m pip install -q -r requirements.txt
72
73
74
# serve: serve the documentation in a simple local web server, using cpython
requirements.txt
@@ -1,3 +1,4 @@
1
+pip==20.1
2
Sphinx==2.2.0
3
blurb
4
polib
0 commit comments