Update homeassistant-core-install.sh

Add Python wrapper for the Google WebRTC Voice Activity Detector
This commit is contained in:
tteckster 2024-05-08 01:18:26 -04:00 committed by GitHub
parent d5b91a44d0
commit f830b228a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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