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 <rgrundki@exseed.ed.ac.uk>2018-01-11 23:49:46 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-01-11 23:49:46 +0300
commit4ad1be4d2095cba5c455587a295ece441eabe713 (patch)
tree6b877647c1dab2d490af414b8f43607d68a4346d /Makefile
parent0ca820cac26ffe2a1200e9e48eb177b4a07fd819 (diff)
Fix pip3 installation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9db8ea1..711c1d3 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ tools:
git -C $@/moses-scripts pull || git clone $(GIT_MOSES_SCRIPTS) $@/moses-scripts
git -C $@/subword-nmt pull || git clone $(GIT_SUBWORD_NMT) $@/subword-nmt
git -C $@/nematus pull || git clone $(GIT_NEMATUS) $@/nematus
- pip3 install websocket websocket-client
+ pip3 install --user websocket-client
tools/marian:
git -C $@ pull || git clone $(GIT_MARIAN_DEV) -b $(BRANCH) $@