8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0db6ea commit 85998b3Copy full SHA for 85998b3
README.md
@@ -34,15 +34,15 @@ This library supports the following Python implementations:
34
35
## Installation
36
37
-Install from PyPi using [pip](http://www.pip-installer.org/en/latest/), a
+Install from PyPi using [pip](https://pip.pypa.io/en/latest/), a
38
package manager for Python.
39
40
pip install twilio
41
42
Don't have pip installed? Try installing it, by running this from the command
43
line:
44
45
- $ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
+ $ curl https://bootstrap.pypa.io/get-pip.py | python
46
47
Or, you can [download the source code
48
(ZIP)](https://github.com/twilio/twilio-python/zipball/main "twilio-python
0 commit comments