Skip to content

Commit e4490f3

Browse files
committed
Remove -q to see what is installing
1 parent 4512de8 commit e4490f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ venv:
6464
$(PYTHON) -m venv --prompt $(LANGUAGE_TEAM) $(VENV); \
6565
fi
6666

67-
$(VENV)/bin/python -m pip install -q -r requirements.txt
67+
$(VENV)/bin/python -m pip install -r requirements.txt
6868

6969

7070
# serve: serve the documentation in a simple local web server, using cpython

0 commit comments

Comments
 (0)