File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ the Terminal:
42
42
which -a python
43
43
which -a pip
44
44
45
- ``pip `` needs to install the Twilio library to a path that your Python executable
46
- can read from. Sometimes there will be more than one version of pip, like
47
- pip-2.5, pip-2.7 etc. You can find all of them by running ``compgen -c | grep
48
- pip ``. There can also be more than one version of Python, especially if you have
49
- Macports or homebrew.
45
+ ``pip `` needs to install the Twilio library to a path that your Python
46
+ executable can read from. Sometimes there will be more than one version of pip,
47
+ like pip-2.5, pip-2.7 etc. You can find all of them by running ``compgen -c |
48
+ grep pip `` (works with Bash on \* nix machines) . There can also be more than one
49
+ version of Python, especially if you have Macports or homebrew.
50
50
51
51
You also may be using an outdated version of the twilio-python library, which
52
52
did not use a ``twilio.rest.TwilioRestClient `` object. Check which version of the
@@ -64,7 +64,7 @@ version, you can upgrade with this command:
64
64
$ pip install --upgrade twilio
65
65
66
66
Note that if you have code that uses the older version of the library, it may
67
- breake when you upgrade your site.
67
+ break when you upgrade your site.
68
68
69
69
Formatting phone numbers
70
70
------------------------
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ The :doc:`/getting-started` will get you up and running in a few quick minutes.
39
39
User Guide
40
40
==================
41
41
42
- Functionality is split over three different sub-packages within **twilio-python **. Below are in-depth guide to specific portions of the library.
42
+ Functionality is split over three different sub-packages within **twilio-python **. Below are in-depth guides to specific portions of the library.
43
43
44
44
REST API
45
45
----------
You can’t perform that action at this time.
0 commit comments