[pypy-commit] pypy default: Merged in dstufft/update-pip-bootstrap-location-to-the-new-1420760611527 (pull request #296)

alex_gaynor noreply at buildbot.pypy.org
Fri Jan 9 00:44:59 CET 2015


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r75265:733b2bd3a55b
Date: 2015-01-08 15:44 -0800
http://bitbucket.org/pypy/pypy/changeset/733b2bd3a55b/

Log:	Merged in dstufft/update-pip-bootstrap-location-to-the-
	new-1420760611527 (pull request #296)

	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
 


More information about the pypy-commit mailing list