Skip to content
Snippets Groups Projects
Commit 53b0a434 authored by Richard Plangger's avatar Richard Plangger
Browse files

some clarification and added operating systems on which they run (regenerated the page as well)

parent 7da22d5e
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,6 @@
<li><a class="reference external" href="http://en.wikipedia.org/wiki/IA-32">x86 (IA-32)</a></li>
<li><a class="reference external" href="http://en.wikipedia.org/wiki/X86_64">x86_64</a></li>
<li><a class="reference external" href="http://en.wikipedia.org/wiki/ARM">ARM</a> platforms</li>
<li><a class="reference external" href="https://de.wikipedia.org/wiki/PowerPC">PPC</a> 64bit both little and big endian</li>
<li><a class="reference external" href="https://de.wikipedia.org/wiki/System/390">s390x</a> running on Linux</li>
<li><a class="reference external" href="https://de.wikipedia.org/wiki/PowerPC">PowerPC</a> 64bit both little and big endian</li>
<li><a class="reference external" href="https://de.wikipedia.org/wiki/System/390">System Z (s390x)</a></li>
</ul>
......@@ -88,4 +88,5 @@
</ul>
<p>The x86 runs on several platforms such as Linux, MacOS X, Windows, FreeBSD. All others are only supported on Linux.</p>
<p>If you are interested in helping to move forward, see our <a class="reference external" href="howtohelp.html">howtohelp</a> page.</p>
<p>We also have a beta release of <strong>PyPy3</strong> which implements <strong>Python 3.2.5</strong>.
It runs on the same platforms as above.</p>
......
......@@ -21,7 +21,7 @@
* `x86 (IA-32)`_
* `x86_64`_
* `ARM`_ platforms
* `PPC`_ 64bit both little and big endian
* `s390x`_ running on Linux
* `ARM`_ platforms (ARMv6 or ARMv7, with VFPv3)
* `PowerPC`_ 64bit both little and big endian
* `System Z (s390x)`_
......@@ -27,4 +27,6 @@
PyPy's x86 version runs on several operating systems such on Linux 32/64, Mac OS X 64, Windows, OpenBSD, freebsd.
All others are only supported on Linux.
If you are interested in helping to move forward, see our `howtohelp`_ page.
......@@ -35,8 +37,8 @@
.. _`x86 (IA-32)`: http://en.wikipedia.org/wiki/IA-32
.. _`x86_64`: http://en.wikipedia.org/wiki/X86_64
.. _`ARM`: http://en.wikipedia.org/wiki/ARM
.. _`PPC`: https://de.wikipedia.org/wiki/PowerPC
.. _`s390x`: https://de.wikipedia.org/wiki/System/390
.. _`PowerPC`: https://de.wikipedia.org/wiki/PowerPC
.. _`System Z (s390x)`: https://de.wikipedia.org/wiki/System/390
.. _`howtohelp`: howtohelp.html
......
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