install:
	python3 -m venv .venv 
	./.venv/bin/pip install -e .

tts:
	./.venv/bin/rtts 
stt:
	./.venv/bin/rstt