Skip to content

Commit 3764069

Browse files
authored
bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194)
1 parent ff7a8b0 commit 3764069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/peg_generator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ regen-metaparser: pegen/metagrammar.gram pegen/*.py
4646
venv:
4747
$(PYTHON) -m venv $(VENVDIR)
4848
$(VENVPYTHON) -m pip install -U pip setuptools
49-
$(VENVPYTHON) -m pip install -U memory_profiler
49+
$(VENVPYTHON) -m pip install -r requirements.pip
5050
@echo "The venv has been created in the $(VENVDIR) directory"
5151

5252
test: run

0 commit comments

Comments
 (0)