From d6766fd3a35151f03f3afd64bd4e8d99c82cae16 Mon Sep 17 00:00:00 2001 From: "mym (Kohei Mayama)" Date: Tue, 1 Jul 2025 14:57:04 +0900 Subject: [PATCH] Update readme.md --- callautomation-live-transcription/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callautomation-live-transcription/readme.md b/callautomation-live-transcription/readme.md index 2fe39fb..5b5031b 100644 --- a/callautomation-live-transcription/readme.md +++ b/callautomation-live-transcription/readme.md @@ -28,7 +28,7 @@ This sample application is also capable of making multiple concurrent inbound ca [Optional] Create and activate python virtual environment and install required packages using following command ``` python -m venv venv -venv\Scripts\activate +source venv/bin/activate ``` Install the required packages using the following command ```