From d1b224ef2c06f8a433354bfd0ea523bb84a30995 Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Fri, 25 Feb 2022 12:34:30 +0000 Subject: Use 'python3 -m pip' instead of 'pip3' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42beeda..8e0f6a1 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ tools: pip git -C $@/sacrebleu pull || git clone $(GIT_SACREBLEU) $@/sacrebleu pip: requirements.txt - pip3 install --user -r $< + python3 -m pip install --user -r $< models: mkdir -p $@ -- cgit v1.2.3