From b1ba26537e19e07a79ba0256782be83ea37d5821 Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Sun, 4 Oct 2020 09:55:14 +0100 Subject: [PATCH] fix --- script/install | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/script/install b/script/install index 5199ac8..d8ff249 100644 --- a/script/install +++ b/script/install @@ -338,9 +338,14 @@ echo "Now using python (t2): `which python`" echo "Now using python (t3): `which python`" +cd $path_lib +git clone https://github.com/seppo0010/rlite-py.git +cd rlite-py +python setup.py install + if [ "$machine" = "MinGw" ] then - python -m pip install --only-binary :all: hirlite + #python -m pip install --only-binary :all: hirlite # env CC=/usr/bin/gcc python -m pip install -r requirements.txt python -m pip install -r requirements.txt else @@ -355,7 +360,6 @@ else fi - echo ' 6) adding comrad bin folder to path