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
Copy file name to clipboardExpand all lines: docs/index.rst
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ package manager for Python.
12
12
13
13
.. code-block:: bash
14
14
15
-
pip install twilio=6.0.0rc1
15
+
pip install twilio~=6.0.0rc1
16
16
17
17
Don't have pip installed? Try installing it, by running this from the command
18
18
line:
@@ -32,6 +32,20 @@ library, and then running:
32
32
python setup.py install
33
33
34
34
35
+
Migrate from 5.x
36
+
==================
37
+
38
+
`twilio-python` 6.0 introduced backwards-incompatible changes to the API. See
39
+
the `upgrade-guide <https://github.com/twilio/twilio-python/wiki/Python-Version-6.x-Upgrade-Guide>`_ for step-by-step instructions for migrating to 6.0.
40
+
In many cases, the same methods are still offered, just in different locations.
41
+
42
+
43
+
Feedback
44
+
================
45
+
46
+
Report any feedback or problems with this Release Candidate to the `Github Issues <https://github.com/twilio/twilio-python/issues>`_ for twilio-python.
47
+
48
+
35
49
Getting Started
36
50
================
37
51
@@ -98,14 +112,6 @@ Small functions useful for validating requests are coming from Twilio
98
112
usage/token-generation
99
113
100
114
101
-
Upgrade Plan
102
-
==================
103
-
104
-
`twilio-python` 6.0 introduced backwards-incompatible changes to the API. See
105
-
the :doc:`/upgrade-guide` for step-by-step instructions for migrating to 6.0.
106
-
In many cases, the same methods are still offered, just in different locations.
0 commit comments