mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-10 18:43:26 -05:00
d966c3d485
Add install script
7 lines
187 B
Bash
7 lines
187 B
Bash
#! /bin/bash
|
|
|
|
# Install the required support programs
|
|
apt-get install python python-pip python-dev libffi-dev libssl-dev -y
|
|
pip2 install setuptools wheel
|
|
pip2 install -r requirements.txt
|