From b76d96fa233ccac0851975b06869ac5cf26a5664 Mon Sep 17 00:00:00 2001 From: Claw - AI Now Inc Date: Sun, 1 Mar 2026 11:34:55 -0800 Subject: [PATCH] Comment out porcupine1 install (requires API key) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2de844a..5a4d615 100755 --- a/install.sh +++ b/install.sh @@ -148,7 +148,7 @@ install_python_deps() { pip install -r requirements.txt # Install additional dependencies for hotword detection - pip install porcupine1 + # pip install porcupine1 # Requires Picovoice API key pip install webrtcvad log_success "Python dependencies installed"