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

Skip to content

Commit 1de746f

Browse files
[3.11] docs: announce venv creation before installing packages (GH-117036) (#117039)
Co-authored-by: Ned Batchelder <[email protected]>
1 parent 25c34ce commit 1de746f

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
@@ -177,6 +177,7 @@ venv:
177177
echo "venv already exists."; \
178178
echo "To recreate it, remove it first with \`make clean-venv'."; \
179179
else \
180+
echo "Creating venv in $(VENVDIR)"; \
180181
$(PYTHON) -m venv $(VENVDIR); \
181182
$(VENVDIR)/bin/python3 -m pip install --upgrade pip; \
182183
$(VENVDIR)/bin/python3 -m pip install -r $(REQUIREMENTS); \

0 commit comments

Comments
 (0)