You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -74,14 +74,22 @@ Creating a test is optionally but never a bad idea ;).
74
74
```bash
75
75
./test.sh
76
76
```
77
-
78
77
## Optional Dependencies
79
78
80
79
- Any pyttsx3 text-to-speech engine (``sapi5, nsss or espeak``) for Jarvis to talk out loud (e.g. Ubuntu do ``sudo apt install espeak``)
81
80
- Portaudio + python devel packages for voice control
82
81
-``notify-send`` on Linux if you want to recive *nice* and deskotp-notification instead of *ugly* popup windows (e.g. Ubuntu do ``sudo apt install libnotify-bin``)
83
82
-``ffmpeg`` if you want ``music`` to download songs as .mp3 instead .webm
84
83
84
+
## Docker
85
+
86
+
Run with docker (docker needs to be installed and running):
0 commit comments