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-azure-openai-voice/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a sample application demonstrated during Microsoft Ignite 2024. It highl
Create and activate python virtual environment and install required packages using following command
```
pip install -r requirements.txt
pip install -r ./aoai-whl/rtclient-0.5.1-py3-none-any.whl
pip install ./aoai-whl/rtclient-0.5.1-py3-none-any.whl
```

### Setup and host your Azure DevTunnel
Expand Down