From f7bec305f5acab57d20aa49082158597a38bccb7 Mon Sep 17 00:00:00 2001 From: Ajay Raj Date: Fri, 24 Feb 2023 10:48:59 -0800 Subject: [PATCH] update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 10b9e9f..ce10be3 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ # vocode-sdk + +``` +python3 -m venv venv +source venv/bin/activate +pip install -r requirements.txt +``` + +``` +python simple_conversation.py +```