update README

This commit is contained in:
Ajay Raj 2023-02-24 10:48:59 -08:00
commit f7bec305f5

View file

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