[pypy-commit] pypy default: Merged in asmosoinio/pypy/asmosoinio/fixed-pip-installation-url-github-githu-1398674840188 (pull request #235)

alex_gaynor noreply at buildbot.pypy.org
Mon Apr 28 11:07:56 CEST 2014


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r71039:554df1802294
Date: 2014-04-28 02:06 -0700
http://bitbucket.org/pypy/pypy/changeset/554df1802294/

Log:	Merged in asmosoinio/pypy/asmosoinio/fixed-pip-installation-url-
	github-githu-1398674840188 (pull request #235)

	fixed pip installation URL (github => githubusercontent)

diff --git a/pypy/doc/getting-started.rst b/pypy/doc/getting-started.rst
--- a/pypy/doc/getting-started.rst
+++ b/pypy/doc/getting-started.rst
@@ -76,7 +76,7 @@
 .. code-block:: console
 
     $ curl -O http://python-distribute.org/distribute_setup.py
-    $ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
+    $ curl -O https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
     $ ./pypy-2.1/bin/pypy distribute_setup.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