Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit 6f871ac

Browse files
committed
write some docs
1 parent e0d9196 commit 6f871ac

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
manylinux-pypy
2+
===============
3+
4+
.. image:: https://travis-ci.org/antocuni/manylinux-pypy.svg?branch=master
5+
:target: https://travis-ci.org/antocuni/manylinux-pypy
6+
7+
Docker image for building PyPy manylinux_ wheels.
8+
9+
This image extends the official manylinux image by installing PyPy. For now,
10+
the only supported platform is ``x86_64``.
11+
12+
.. manylinux: https://github.com/pypa/manylinux
13+
14+
At the moment of writing, this image provide the two following versions of
15+
PyPy:
16+
17+
- PyPy2.7 7.1.1
18+
19+
- PyPy3.6 7.1.1
20+
21+
The various PyPy versions are installed inside ``/opt/pypy/``, and they are
22+
also symlinked to ``/opt/python``. Moreover, each installation of PyPy
23+
contains also a ``python`` symlink; all the following commands are equivalent
24+
and run the PyPy interpreter, you can use whatever fits best in your build
25+
system:
26+
27+
- ``/opt/pypy/pypy2.7-7.1.1/bin/pypy``
28+
29+
- ``/opt/pypy/pypy2.7-7.1.1/bin/python``
30+
31+
- ``/opt/python/pp271-pypy_41/bin/pypy``
32+
33+
- ``/opt/python/pp271-pypy_41/bin/python``

0 commit comments

Comments
 (0)