From 464ce4cfd45105cb5d38a83c631f0a4b0a5d296b Mon Sep 17 00:00:00 2001 From: Moishe Lettvin Date: Sun, 31 Dec 2023 10:31:43 -0500 Subject: [PATCH] update readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71cf35633..ccd2a3a85 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,13 @@ This SDK can help you build applications that participate in WebRTC meetings and ## Build/Install -From the root of this repo, run the following: +_Note that you may need to set up a virtual environment before following the instructions below. For instance, you might need to run the following from the root of the repo:_ +``` +python3 -m venv env +source env/bin/activate +``` +From the root of this repo, run the following: ``` pip install -r requirements.txt python -m build @@ -27,7 +32,7 @@ pip install path_to_this_repo Tou can run the simple sample like so: ``` -src/samples/simple-sample/simple-sample.py -u your_room_url -k your_daily_api_key +python src/samples/simple-sample/simple-sample.py -u your_room_url -k your_daily_api_key ``` Note that the sample uses Azure's TTS and LLM services. You'll need to set the following environment variables for the sample to work: