9 lines
111 B
Makefile
Raw Normal View History

2025-01-18 10:56:40 +00:00
install:
python3 -m venv .venv
./.venv/bin/pip install -e .
tts:
./.venv/bin/rtts
stt:
./.venv/bin/rstt