We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02c304 commit 3d06282Copy full SHA for 3d06282
Tools/peg_generator/Makefile
@@ -46,7 +46,7 @@ regen-metaparser: pegen/metagrammar.gram pegen/*.py
46
venv:
47
$(PYTHON) -m venv $(VENVDIR)
48
$(VENVPYTHON) -m pip install -U pip setuptools
49
- $(VENVPYTHON) -m pip install -U memory_profiler
+ $(VENVPYTHON) -m pip install -r requirements.pip
50
@echo "The venv has been created in the $(VENVDIR) directory"
51
52
test: run
0 commit comments