Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundkiewicz@gmail.com>2022-02-25 15:34:30 +0300
committerGitHub <noreply@github.com>2022-02-25 15:34:30 +0300
commitd1b224ef2c06f8a433354bfd0ea523bb84a30995 (patch)
treea63461a54257663f2484b5f0e9ff3c37ed4f9363
parent2f38972fb44d3deebacc77ecbb21b00363ecfb4a (diff)
Use 'python3 -m pip' instead of 'pip3'
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@