File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Python library documentation")
13
13
Install from PyPi using [ pip] ( http://www.pip-installer.org/en/latest/ ) , a
14
14
package manager for Python.
15
15
16
- $ pip install twilio
16
+ pip install twilio
17
17
18
18
Don't have pip installed? Try installing it, by running this from the command
19
19
line:
@@ -24,7 +24,7 @@ Or, you can [download the source code
24
24
(ZIP)] (https://github.com/twilio/twilio-python/zipball/master "twilio-python
25
25
source code") for ` twilio-python ` , and then run:
26
26
27
- $ python setup.py install
27
+ python setup.py install
28
28
29
29
You may need to run the above commands with ` sudo ` .
30
30
Original file line number Diff line number Diff line change 14
14
{% block relbar1 %}{% endblock %}
15
15
{% block relbar2 %}
16
16
{% if theme_github_fork %}
17
- < a href ="http ://github.com/{{ theme_github_fork }} "> < img style ="position: fixed; top: 0; right: 0; border: 0; "
17
+ < a href ="https ://github.com/{{ theme_github_fork }} "> < img style ="position: fixed; top: 0; right: 0; border: 0; "
18
18
src ="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png " alt ="Fork me on GitHub " /> </ a >
19
19
{% endif %}
20
20
{% endblock %}
Original file line number Diff line number Diff line change 23
23
description = "Twilio API client and TwiML generator" ,
24
24
author = "Twilio" ,
25
25
author_email = "help@twilio.com" ,
26
- url = "http ://github.com/twilio/twilio-python/" ,
26
+ url = "https ://github.com/twilio/twilio-python/" ,
27
27
keywords = ["twilio" ,"twiml" ],
28
28
install_requires = REQUIRES ,
29
29
packages = find_packages (),
49
49
DESCRIPTION
50
50
The Twilio REST SDK simplifies the process of making calls using the Twilio REST API.
51
51
The Twilio REST API lets to you initiate outgoing calls, list previous calls,
52
- and much more. See http ://www.github.com/twilio/twilio-python for more information.
52
+ and much more. See https ://www.github.com/twilio/twilio-python for more information.
53
53
54
54
LICENSE The Twilio Python Helper Library is distributed under the MIT
55
55
License """ )
You can’t perform that action at this time.
0 commit comments