RYSEN/install.sh

7 lines
127 B
Bash
Raw Permalink Normal View History

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