[pypy-commit] pypy asmosoinio/fixed-pip-installation-url-github-githu-1398674840188: fixed pip installation URL (github => githubusercontent)

asmosoinio noreply at buildbot.pypy.org
Mon Apr 28 11:07:55 CEST 2014


Author: Asmo Soinio <asmo.soinio at geckolandmarks.com>
Branch: asmosoinio/fixed-pip-installation-url-github-githu-1398674840188
Changeset: r71038:79ed26738adf
Date: 2014-04-28 09:03 +0000
http://bitbucket.org/pypy/pypy/changeset/79ed26738adf/

Log:	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