suoko

Mycroft KDE

Mar 7th, 2021 (edited)
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. cd
  2. git clone https://github.com/MycroftAI/mycroft-core
  3. Run: ./dev_setup.sh
  4. git clone https://github.com/MycroftAI/Mycroft-gui
  5. cd Mycroft-gui
  6. Run: run.sh
  7.  
  8. cd mycroft-core
  9. source .venv/bin/activate
  10. msm install https://github.com/AIIX/audio-control-plasma
  11.  
  12. mycroft-config set lang "it-it"
  13. mycroft-config set tts.module "google"
  14. mycroft-stop
  15. mycroft-start all
  16.  
  17.  
  18.  
  19. #mycroft-config edit user
  20.  
  21. #Select an editor. To change later, run 'select-editor'.
  22.  
  23. #/bin/nano <---- easiest
  24. #/usr/bin/vim.tiny
  25. #/bin/ed
  26.  
Advertisement
Add Comment
Please, Sign In to add comment