Author: Alex Gaynor <alex.gay...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to