hbnet/install.sh

7 lines
127 B
Bash
Raw Normal View History

2019-06-19 07:32:44 +00:00
#! /bin/bash
# Install the required support programs
apt-get install python3 python3-pip -y
pip3 install -r requirements.txt