Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afe5e46

Browse files
[3.12] docs: announce venv creation before installing packages (GH-117036) (#117040)
Co-authored-by: Ned Batchelder <[email protected]>
1 parent 16ce686 commit afe5e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ venv:
163163
echo "venv already exists."; \
164164
echo "To recreate it, remove it first with \`make clean-venv'."; \
165165
else \
166+
echo "Creating venv in $(VENVDIR)"; \
166167
$(PYTHON) -m venv $(VENVDIR); \
167168
$(VENVDIR)/bin/python3 -m pip install --upgrade pip; \
168169
$(VENVDIR)/bin/python3 -m pip install -r $(REQUIREMENTS); \

0 commit comments

Comments
 (0)