From e8e5f502e36674a5003324170bed8386cd02bb56 Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Sun, 4 Oct 2020 09:35:09 +0100 Subject: [PATCH] fix --- script/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/install b/script/install index 0f6d282..717be4e 100644 --- a/script/install +++ b/script/install @@ -331,8 +331,9 @@ echo "Now using python (t3): `which python`" if [ "$machine" = "MinGw" ] then + python -m pip install --only-binary :all: hirlite # env CC=/usr/bin/gcc python -m pip install -r requirements.txt - python -m pip install --only-binary :all: -r requirements.txt + python -m pip install -r requirements.txt else python -m pip install -r requirements.txt fi