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 fromhttps://github.com/synesthesiam/prebuilt-apps/releases
- install
phonetisaurus
with pip fromhttps://github.com/rhasspy/phonetisaurus-pypi/releases
- install gruut
https://github.com/rhasspy/gruut/releases/tag/v0.9.0
make install
in rhasspy dir