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"