vocode-python/README.md
2023-02-24 10:48:59 -08:00

11 lines
139 B
Markdown

# vocode-sdk
```
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
```
python simple_conversation.py
```