From 4ad1be4d2095cba5c455587a295ece441eabe713 Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Thu, 11 Jan 2018 20:49:46 +0000 Subject: Fix pip3 installation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) $@ -- cgit v1.2.3