Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion callautomation-live-transcription/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down