Update README.md

This commit is contained in:
Ajay Raj 2023-02-24 10:52:57 -08:00 committed by GitHub
commit 736f8c119b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
# vocode-sdk
```
```bash
# set up environment
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
```
# start talking to an AI
python simple_conversation.py
```