This repository has been archived on 2025-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
hblink3/install.sh
2019-06-19 07:32:44 +00:00

7 lines
127 B
Bash
Executable File

#! /bin/bash
# Install the required support programs
apt-get install python3 python3-pip -y
pip3 install -r requirements.txt