add sed required to install

This commit is contained in:
Waldek
2021-01-04 19:23:11 +01:00
committed by GitHub
parent fb16a7a716
commit 449c6427b7
+1 -1
View File
@@ -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