From cc29e80cb0976991139b7e9bf8c088852b11a7cc Mon Sep 17 00:00:00 2001 From: RomualdBaron <30303159+RomualdBaron@users.noreply.github.com> Date: Wed, 14 Feb 2018 01:04:49 +0100 Subject: [PATCH] python_vlc missing installation Working solution for an error explained and fixed from here: https://github.com/xtools-at/AssistantPi/issues/25 --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 366fcec..059cfb5 100755 --- a/setup.sh +++ b/setup.sh @@ -3,6 +3,7 @@ baselocation=$PWD apt-get update apt-get install libasound2-dev memcached python-pip mpg123 python-alsaaudio python-aubio pip install -r requirements.txt +pip2 install python_vlc cp initd_alexa.sh /etc/init.d/alexa cd /etc/rc5.d ln -s ../init.d/alexa S99alexa