mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2025-08-22 22:22:25 -04:00
Create install.sh
Add install script
This commit is contained in:
parent
07b18228c7
commit
d966c3d485
6
install.sh
Normal file
6
install.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#! /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
|
Loading…
x
Reference in New Issue
Block a user