OpenVoiceOS / ovos-installer

Open Voice OS and/or HiveMind installer using Ansible with an intuitive and easy Text-based User Interface
https://www.openvoiceos.org
69 stars 21 forks source link

update doc installtion #149

Closed Vincenzoferrara closed 2 weeks ago

Vincenzoferrara commented 2 weeks ago

when i tried to install this software on a minimal debian distribution i had problems.

the doc says to have already installed curl, git, sudo but to launch it i also needed python3 (i installed python3 python3-pip python3-venv) i don't know exactly which ones i needed because i needed them for other things too, but with these listings it was successful

goldyfruit commented 2 weeks ago

Required python packages are automatically installed by the ovos-installer.

https://github.com/OpenVoiceOS/ovos-installer/blob/main/utils/common.sh#L199-L232

goldyfruit commented 2 weeks ago

Closing for now, feel free to re-open if needed.