From 277b1fc57593afb2740d10bff67768eb2f5acf02 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 4 Jan 2021 19:23:37 +0100 Subject: [PATCH] add sed required to install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8f37da7..9956ee4 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #! /bin/bash # Install the required support programs -apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev -y +apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev sed -y pip3 install setuptools wheel pip3 install -r requirements.txt