8000 fix: fix pip download links (#541) · githubib/twilio-python@85998b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 85998b3

Browse files
authored
fix: fix pip download links (twilio#541)
1 parent b0db6ea commit 85998b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ This library supports the following Python implementations:
3434

3535
## Installation
3636

37-
Install from PyPi using [pip](http://www.pip-installer.org/en/latest/), a
37+
Install from PyPi using [pip](https://pip.pypa.io/en/latest/), a
3838
package manager for Python.
3939

4040
pip install twilio
4141

4242
Don't have pip installed? Try installing it, by running this from the command
4343
line:
4444

45-
$ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
45+
$ curl https://bootstrap.pypa.io/get-pip.py | python
4646

4747
Or, you can [download the source code
4848
(ZIP)](https://github.com/twilio/twilio-python/zipball/main "twilio-python

0 commit comments

Comments
 (0)
0