HBLink/install.sh

7 lines
117 B
Bash
Raw Normal View History

2018-10-19 10:19:54 -04:00
#! /bin/bash
# Install the required support programs
apt-get install python-pip -y
pip install -r requirements.txt