Passer au contenu principal

Maintenance / update/install

sudo systemctl start/stop/status voice

Installation

  • (clone le repo)
  • export PIP_VERSION="pip<=20.2.4”
  • ./configure RHASSPY_LANGUAGE=fr --enable-in-place
  • make
  • make install-init
  • comment or delete all install-init in the makefile
  • source .venv/bin/activate
  • install onnxruntime with pip from https://github.com/synesthesiam/prebuilt-apps/releases
  • install phonetisaurus bywith untar files and copy filespip from same urlhttps://github.com/rhasspy/phonetisaurus-pypi/releases
  • install gruut https://github.com/rhasspy/gruut/releases/tag/v0.9.0 (need to comment phonetisaurus line in dependencis)
  • make install in rhasspy dir