1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-26 23:10:17 +00:00

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

View File

@ -74,6 +74,7 @@ cd /srv/homeassistant
python3 -m venv .
source bin/activate
$STD pip install --upgrade pip
$STD pip install webrtcvad
$STD python3 -m pip install wheel
$STD pip install homeassistant
$STD pip install mysqlclient