Skip to content

Commit 83a3d70

Browse files
updated required python version
1 parent ef62246 commit 83a3d70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rooms-quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For full instructions on how to build this code sample from scratch, look at [Qu
1515
## Prerequisites
1616

1717
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
18-
- Install [Python](https://www.python.org/downloads/) 3.7+.
18+
- Install [Python](https://www.python.org/downloads/) 3.7 or above.
1919
- Create an Azure Communication Services resource. For details, see [Quickstart: Create and manage Communication Services resources](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource). You'll need to record your resource endpoint for this quickstart.
2020
- Create a [user access token](https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-python). Be sure to set the scope to **voip**, and note the **token** string as well as the **userId** string.
2121

send-sms-quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For full instructions on how to build this code sample from scratch, look at [Qu
1515
## Prerequisites
1616

1717
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
18-
- [Python](https://www.python.org/downloads/) 3.7+.
18+
- [Python](https://www.python.org/downloads/) 3.7 or above.
1919
- An active Communication Services resource and connection string. [Create a Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource).
2020
- An SMS enabled telephone number. [Get a phone number](https://docs.microsoft.com/azure/communication-services/quickstarts/telephony-sms/get-phone-number?pivots=programming-language-python).
2121

0 commit comments

Comments
 (0)