9 lines
111 B
Makefile
9 lines
111 B
Makefile
|
install:
|
||
|
python3 -m venv .venv
|
||
|
./.venv/bin/pip install -e .
|
||
|
|
||
|
tts:
|
||
|
./.venv/bin/rtts
|
||
|
stt:
|
||
|
./.venv/bin/rstt
|