You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for the Twilio API can be found [here][apidocs].
10
+
11
+
The Python library documentation can be found [here][libdocs].
10
12
11
13
## Recent Update
12
14
@@ -44,6 +46,7 @@ source code") for `twilio-python`, and then run:
44
46
You may need to run the above commands with `sudo`.
45
47
46
48
### Migrate from 5.x
49
+
47
50
Please consult the [official migration guide](https://www.twilio.com/docs/libraries/python/migration-guide) for information on upgrading your application using twilio-python 5.x to 6.x
Language"). Use `twilio.twiml.Response` to easily create such responses.
114
+
To control phone calls, your application needs to output[TwiML][twiml].
115
+
116
+
Use `twilio.twiml.Response` to easily create such responses.
114
117
115
118
```python
116
119
from twilio.twiml.voice_response import VoiceResponse
@@ -134,3 +137,7 @@ The `Dockerfile` present in this repository and its respective `twilio/twilio-py
134
137
If you need help installing or using the library, please check the [Twilio Support Help Center](https://support.twilio.com) first, and [file a support ticket](https://twilio.com/help/contact) if you don't find an answer to your question.
135
138
136
139
If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!
0 commit comments