см. Руководство
Клонируем репозиторий:
$ git clone https://github.com/EugeneOne1/voice-assistant.gitСоздаем виртуальное окружение:
$ cd voice-assistant
$ python3 -m venv .venv
$ source .venv/bin/activateУстанавливаем зависимости:
$ pip install -r requirements.txtЗапускаем:
$ python main.py