hbnet/install.sh

6 lines
131 B
Bash
Raw Permalink Normal View History

#! /bin/bash
# Install the required support programs
2021-04-26 16:28:55 -04:00
sudo apt-get install python3 python3-pip -y
pip3 install -r requirements.txt