Oliv4945 / jarvis-mqtt

MQTT plugin for Jarvis (http://domotiquefacile.fr/jarvis)
1 stars 0 forks source link

Warn or install pip & Python #3

Open Oliv4945 opened 7 years ago

Oliv4945 commented 7 years ago

As discussed in #1, if Python & pip are not installed user should be, at least, warned.

alexylem commented 7 years ago

FYI Jarvis installs pip to install pyaudio for snowboy STT using:

wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
rm get-pip.py
sudo pip install pyaudio

but I will remove it soon because pyaudio is no longer needed as we now have a sox version of snowboy.