RYSEN/HBMonv2/install.sh

7 lines
200 B
Bash
Raw Normal View History

2021-10-12 16:57:31 -04:00
#! /bin/bash
# Install the required support programs
apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev cargo sed -y
pip3 install setuptools wheel
pip3 install -r requirements.txt