mirror of https://github.com/tteck/Proxmox.git
Update homeassistant-core-install.sh
Add Python wrapper for the Google WebRTC Voice Activity Detector
This commit is contained in:
parent
d5b91a44d0
commit
f830b228a8
|
@ -74,6 +74,7 @@ cd /srv/homeassistant
|
||||||
python3 -m venv .
|
python3 -m venv .
|
||||||
source bin/activate
|
source bin/activate
|
||||||
$STD pip install --upgrade pip
|
$STD pip install --upgrade pip
|
||||||
|
$STD pip install webrtcvad
|
||||||
$STD python3 -m pip install wheel
|
$STD python3 -m pip install wheel
|
||||||
$STD pip install homeassistant
|
$STD pip install homeassistant
|
||||||
$STD pip install mysqlclient
|
$STD pip install mysqlclient
|
||||||
|
|
Loading…
Reference in New Issue