Skip to content
Snippets Groups Projects
Commit 3718e648 authored by Armin Rigo's avatar Armin Rigo
Browse files

Link to bitbucket instead of pypy.org for donwloads.

parent 56d35c7d
No related branches found
No related tags found
No related merge requests found
......@@ -42,10 +42,10 @@
* `Mac OS/X binary (64bit)`__
* `Windows binary (32bit)`__ (BETA!) (you may need to install the `VS 2010 runtime libraries`_)
.. __: http://pypy.org/download/pypy-1.5-linux.tar.bz2
.. __: http://pypy.org/download/pypy-1.5-linux64.tar.bz2
.. __: http://pypy.org/download/pypy-1.5-osx64.tar.bz2
.. __: http://pypy.org/download/pypy-1.5-win32.zip
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.5-linux.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.5-linux64.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.5-osx64.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.5-win32.zip
.. _`VS 2010 runtime libraries`: http://www.microsoft.com/downloads/en/details.aspx?familyid=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84
If your CPU is really old, it may not have SSE2. In this case, you need
......@@ -103,7 +103,7 @@
* `pypy-1.5-src.tar.bz2`__ (sources, Unix line endings)
* pypy-1.5-src.zip (sources, Windows line endings) not available
.. __: http://pypy.org/download/pypy-1.5-src.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.5-src.tar.bz2
Or you can checkout the current trunk using Mercurial_ (the trunk
usually works and is of course more up-to-date)::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment