This commit is contained in:
David Rice
2026-04-16 10:31:51 +01:00
parent 3dfc8ee1bf
commit 8c8d9a6d47
5 changed files with 514 additions and 0 deletions

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
# JARVIS dependencies
# Install on both dev laptop and device:
# sudo apt install python3-pygame python3-pvporcupine python3-pvrecorder
# or:
# pip install pygame pvporcupine pvrecorder (add --break-system-packages on Debian 13)
pygame>=2.1.0
pvporcupine
pvrecorder