Author: Donald Stufft <don...@stufft.io>
Branch: dstufft/update-pip-bootstrap-location-to-the-new-1420760611527
Changeset: r75263:454e0b57169f
Date: 2015-01-08 23:43 +0000
http://bitbucket.org/pypy/pypy/changeset/454e0b57169f/

Log:    Update pip bootstrap location to the new location.

diff --git a/pypy/doc/install.rst b/pypy/doc/install.rst
--- a/pypy/doc/install.rst
+++ b/pypy/doc/install.rst
@@ -44,7 +44,7 @@
 
 .. code-block:: console
 
-    $ curl -O 
https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
+    $ curl -O https://bootstrap.pypa.io/get-pip.py
     $ ./pypy-2.1/bin/pypy get-pip.py
     $ ./pypy-2.1/bin/pip install pygments  # for example
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to