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

Mention that the "Other versions" section contains the most up-to-date versions.

parent 740880ff
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
<ul class="download-menu simple">
<li>Download<ul>
<li><a class="reference internal" href="#default-with-a-jit-compiler">Default (with a JIT Compiler)</a></li>
<li><a class="reference internal" href="#other-versions-without-a-jit">Other versions (without a JIT)</a></li>
<li><a class="reference internal" href="#other-versions">Other versions</a></li>
</ul>
</li>
<li><a class="reference internal" href="#installing">Installing</a> (optional)</li>
......@@ -64,7 +64,9 @@
<span id="default-with-a-jit-compiler"></span><h1>&ldquo;JIT Compiler&rdquo; version</h1>
<p>These binaries include a Just-in-Time compiler. They only work on
x86 CPUs that have the <a class="reference external" href="http://en.wikipedia.org/wiki/SSE2">SSE2</a> instruction set (most of
them do, nowadays), or on x86-64 CPUs.</p>
them do, nowadays), or on x86-64 CPUs.
(This is the official release 1.4.1;
for the most up-to-date version see below.)</p>
<ul class="simple">
<li><a class="reference external" href="http://pypy.org/download/pypy-1.4.1-linux.tar.bz2">Linux binary (32bit)</a></li>
<li><a class="reference external" href="http://pypy.org/download/pypy-1.4.1-linux64.tar.bz2">Linux binary (64bit)</a></li>
......
......@@ -15,8 +15,8 @@
* Download
* `Default (with a JIT Compiler)`_
* `Other versions (without a JIT)`_
* `Other versions`_
* `Installing`_ (optional)
* `Building from source`_
* `Checksums`_
......@@ -29,6 +29,8 @@
These binaries include a Just-in-Time compiler. They only work on
x86 CPUs that have the SSE2_ instruction set (most of
them do, nowadays), or on x86-64 CPUs.
(This is the official release 1.4.1;
for the most up-to-date version see below.)
* `Linux binary (32bit)`__
* `Linux binary (64bit)`__
......
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