diff --git a/README.md b/README.md index ce10be3..226e1c7 100644 --- a/README.md +++ b/README.md @@ -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 ```