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")
1313Install from PyPi using [ pip] ( http://www.pip-installer.org/en/latest/ ) , a
1414package manager for Python.
1515
16- $ pip install twilio
16+ pip install twilio
1717
1818Don't have pip installed? Try installing it, by running this from the command
1919line:
@@ -24,7 +24,7 @@ Or, you can [download the source code
2424(ZIP)] (https://github.com/twilio/twilio-python/zipball/master "twilio-python
2525source code") for ` twilio-python ` , and then run:
2626
27- $ python setup.py install
27+ python setup.py install
2828
2929You may need to run the above commands with ` sudo ` .
3030
Original file line number Diff line number Diff line change 1414{% block relbar1 %}{% endblock %}
1515{% block relbar2 %}
1616 {% 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; "
1818 src ="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png " alt ="Fork me on GitHub " /> </ a >
1919 {% endif %}
2020{% endblock %}
Original file line number Diff line number Diff line change 2323 description = "Twilio API client and TwiML generator" ,
2424 author = "Twilio" ,
2525 author_email = "[email protected] " ,
26- url = "http ://github.com/twilio/twilio-python/" ,
26+ url = "https ://github.com/twilio/twilio-python/" ,
2727 keywords = ["twilio" ,"twiml" ],
2828 install_requires = REQUIRES ,
2929 packages = find_packages (),
4949 DESCRIPTION
5050 The Twilio REST SDK simplifies the process of making calls using the Twilio REST API.
5151 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.
5353
5454 LICENSE The Twilio Python Helper Library is distributed under the MIT
5555 License """ )
You can’t perform that action at this time.
0 commit comments