From 659a7e8aa35fc78d99d48129a312ef8c08f9dba4 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Fri, 19 Dec 2014 14:01:17 -0500 Subject: [PATCH] More work on media-monitor and pypo install process --- installer/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/install b/installer/install index d1a7d497f..82986ea1c 100755 --- a/installer/install +++ b/installer/install @@ -318,7 +318,8 @@ loud " * Installing Airtime Services * " loud "-----------------------------------------------------" verbose "\n * Installing liquidsoap and python..." -loudCmd "apt-get -y --force-yes install liquidsoap python" +loudCmd "apt-get -y --force-yes install liquidsoap python python-pip" +loudCmd "pip install setuptools" verbose "...Done" verbose "\n * Creating /usr/lib/airtime..."