2024-11-26 I found out about this here
python3.11 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Example Usage:
# simple
python main.py --text "hello world"
# create video from wav
python main.py --file example.txt --video