File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- 6.0.2
1
+ 6.0.3
Original file line number Diff line number Diff line change 1
- In order to add Twilio SMS to your app, you will need to :
1
+ Following are the steps to add Twilio SMS to your app:
2
2
3
- 1 . Setup a [ free Twilio account] ( https://www.twilio.com/try-twilio?source=sendgrid-python )
4
- 2 . Update your environment variables
3
+ ## 1. Setup a [ free Twilio account] ( https://www.twilio.com/try-twilio?source=sendgrid-python )
4
+ ## 2. Update your environment variables
5
5
6
- Your Account Sid and Auth Token from [ twilio.com/console] ( https://twilio.com/console )
6
+ You can obtain your Account Sid and Auth Token from [ twilio.com/console] ( https://twilio.com/console ) .
7
7
8
8
### Mac
9
9
@@ -30,7 +30,7 @@ setx TWILIO_ACCOUNT_SID "YOUR_TWILIO_ACCOUNT_SID"
30
30
setx TWILIO_AUTH_TOKEN " YOUR_TWILIO_AUTH_TOKEN"
31
31
```
32
32
33
- 3 . ` pip install twilio `
33
+ ## 3. ` pip install twilio `
34
34
35
35
Then, you can execute the following code.
36
36
You can’t perform that action at this time.
0 commit comments