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