Comment out porcupine1 install (requires API key)

This commit is contained in:
Claw - AI Now Inc 2026-03-01 11:34:55 -08:00
parent e2e3072f00
commit b76d96fa23

View File

@ -148,7 +148,7 @@ install_python_deps() {
pip install -r requirements.txt pip install -r requirements.txt
# Install additional dependencies for hotword detection # Install additional dependencies for hotword detection
pip install porcupine1 # pip install porcupine1 # Requires Picovoice API key
pip install webrtcvad pip install webrtcvad
log_success "Python dependencies installed" log_success "Python dependencies installed"