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:
22
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
55
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 ) .
77
88### Mac
99
@@ -30,7 +30,7 @@ setx TWILIO_ACCOUNT_SID "YOUR_TWILIO_ACCOUNT_SID"
3030setx TWILIO_AUTH_TOKEN " YOUR_TWILIO_AUTH_TOKEN"
3131```
3232
33- 3 . ` pip install twilio `
33+ ## 3. ` pip install twilio `
3434
3535Then, you can execute the following code.
3636
You can’t perform that action at this time.
0 commit comments