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 +```