Skip to content
Snippets Groups Projects

make downloads into a table

Merged Matti Picus requested to merge topic/default/downloads2 into branch/default
3 files
+ 179
156
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 13
61
@@ -7,71 +7,24 @@
.. description:
We provide binaries for x86, aarch64, ppc64 and s390x running on different
operating systems such as Linux, Mac OS X and Windows. Here are links for `PyPy
v7.3.1`_
We provide pre-compiled binaries for many platforms and OSes.
.. note::
Our `nightly binary builds`_ have the most recent bugfixes and performance
improvements, though they can be less stable than the official releases. For
older versions, see `this page`_
improvements, though they can be less stable than the official releases. See
these links for `other versions`_ or `more information`_ including other
platforms.
.. _`nightly binary builds`: https://buildbot.pypy.org/nightly/
.. _`PyPy v7.3.1`: https://doc.pypy.org/en/latest/release-v7.3.1.html
.. _`this page`: https://downloads.python.org/pypy/
Python 3.6 compatible PyPy3.6 v7.3.1
====================================
Linux
-----
.. class:: download_menu
* `Linux x86-64 binary (64bit, built on CentOS6)`__
* `Linux x86 binary (32bit, built on CentOS6)`__
* `Linux aarch64 binary (64bit, built on Ubuntu 18.04)`__
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.1-linux64.tar.bz2
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.1-linux32.tar.bz2
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.1-aarch64.tar.bz2
.. _`other versions`: https://downloads.python.org/pypy/
.. include:: pages/download_advanced.rst
:start-after: table start
:end-before: table finish
Windows
-------
.. class:: download_menu
* `Windows binary (32bit)`__ (you might need the VC runtime library
installer `vcredist.x86.exe`_.)
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.1-win32.zip
.. _`PyPy v7.3.1`: https://doc.pypy.org/en/latest/release-v7.3.1.html
.. _`vcredist.x86.exe`: https://www.microsoft.com/en-us/download/details.aspx?id=52685
Mac
---
.. class:: download_menu
* `Mac OS X binary (64bit)`__ (High Sierra >= 10.13, not for Sierra and below)
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.1-osx64.tar.bz2
Other platforms
---------------
.. class:: download_menu
* `PowerPC PPC64 Linux binary (64bit big-endian, Fedora 20)`__
* `PowerPC PPC64le Linux binary (64bit little-endian, Fedora 21)`__
* `s390x Linux binary (built on Redhat Linux 7.2)`__
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.1-ppc64.tar.bz2
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.1-ppc64le.tar.bz2
.. __: https://downloads.python.org/pypy/pypy3.6-v7.3.1-s390x.tar.bz2
Source
------
@@ -86,11 +39,10 @@ Source
More information
----------------
Visit our `advanced download`_ page for more information about running PyPy,
including Python 2.7 support, STM, building instructions, checksums and other
useful information.
Visit the `more information`_ page for other platforms, information about
running PyPy, STM, instructions on building from source and more.
.. _`advanced download`: download_advanced.html
.. _`more information`: download_advanced.html
.. include:: pages/download_advanced.rst
Loading