Created
November 10, 2022 19:23
-
-
Save JarbasAl/19193301ac68ccac6b3a65289a3c0a57 to your computer and use it in GitHub Desktop.
helper script to update a ovos image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pip3 install -U --pre ovos-plugin-manager | |
| pip3 install -U --pre ovos-workshop | |
| pip3 install -U --pre ovos-utils | |
| pip3 install -U --pre ovos-backend-client | |
| pip3 install -U --pre ovos-core[all] | |
| pip3 install -U --pre ovos-tts-plugin-mimic | |
| pip3 install -U --pre ovos-tts-plugin-mimic2 | |
| pip3 install -U --pre ovos-tts-plugin-mimic3-server | |
| pip3 install -U --pre ovos-tts-plugin-pico | |
| pip3 install -U --pre neon-tts-plugin-larynx-server | |
| pip3 install -U --pre ovos-PHAL-plugin-wifi-setup | |
| pip3 install -U --pre ovos-PHAL-plugin-color-scheme-manager | |
| pip3 install -U --pre ovos-PHAL-plugin-notification-widgets | |
| pip3 install -U --pre ovos-PHAL-plugin-network-manager | |
| pip3 install -U --pre ovos-PHAL-plugin-gui-network-client | |
| pip3 install -U --pre ovos-PHAL-plugin-alsa | |
| pip3 install -U --pre ovos-PHAL-plugin-system | |
| pip3 install -U --pre ovos-PHAL-plugin-dashboard | |
| pip3 install -U --pre ovos-PHAL-plugin-configuration-provider | |
| pip3 install -U --pre ovos-PHAL-plugin-brightness-control-rpi | |
| pip3 install -U --pre ovos-stt-plugin-vosk | |
| pip3 install -U --pre ovos-stt-plugin-chromium | |
| pip3 install -U --pre ovos-stt-plugin-selene | |
| pip3 install -U --pre ovos-stt-plugin-server | |
| pip3 install -U --pre ovos-ww-plugin-pocketsphinx | |
| pip3 install -U --pre ovos-ww-plugin-vosk | |
| # pip3 install https://github.com/PINTO0309/TensorflowLite-bin/releases/download/v2.10.0/tflite_runtime-2.10.0-cp310-none-linux_aarch64.whl | |
| pip3 install -U --pre ovos-ww-plugin-precise-lite | |
| pip3 install -U --pre ovos-vad-plugin-webrtcvad |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment