From 736f8c119b3e8c27f0e56bf45d513950147aec27 Mon Sep 17 00:00:00 2001 From: Ajay Raj Date: Fri, 24 Feb 2023 10:52:57 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```