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:
Diffstat (limited to 'Makefile')
-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 $@