Skip to content

Commit

Permalink
bpo-40669: Use requirements.pip when installing PEG dependencies (GH-…
Browse files Browse the repository at this point in the history
…20194)

(cherry picked from commit 3764069)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
  • Loading branch information
miss-islington and pablogsal authored May 19, 2020
1 parent f02c304 commit 3d06282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/peg_generator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ regen-metaparser: pegen/metagrammar.gram pegen/*.py
venv:
$(PYTHON) -m venv $(VENVDIR)
$(VENVPYTHON) -m pip install -U pip setuptools
$(VENVPYTHON) -m pip install -U memory_profiler
$(VENVPYTHON) -m pip install -r requirements.pip
@echo "The venv has been created in the $(VENVDIR) directory"

test: run
Expand Down

0 comments on commit 3d06282

Please sign in to comment.