Skip to content

Commit

Permalink
[3.11] docs: announce venv creation before installing packages (GH-11…
Browse files Browse the repository at this point in the history
…7036) (#117039)

Co-authored-by: Ned Batchelder <[email protected]>
  • Loading branch information
miss-islington and nedbat authored Mar 19, 2024
1 parent 25c34ce commit 1de746f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ venv:
echo "venv already exists."; \
echo "To recreate it, remove it first with \`make clean-venv'."; \
else \
echo "Creating venv in $(VENVDIR)"; \
$(PYTHON) -m venv $(VENVDIR); \
$(VENVDIR)/bin/python3 -m pip install --upgrade pip; \
$(VENVDIR)/bin/python3 -m pip install -r $(REQUIREMENTS); \
Expand Down

0 comments on commit 1de746f

Please sign in to comment.