This repository was archived by the owner on Mar 15, 2022. It is now read-only.
File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ the only supported platform is ``x86_64``.
11
11
.. _`Docker image` : https://hub.docker.com/r/pypywheels/manylinux2010-pypy_x86_64
12
12
.. _manylinux : https://github.com/pypa/manylinux
13
13
14
- At the moment of writing, this image provide the following versions of
15
- PyPy:
14
+ At the moment of writing, this image provides the following versions of PyPy:
16
15
17
16
- PyPy2.7 7.3.3
18
17
27
26
Live example
28
27
-------------
29
28
30
- `pypy-manylinux-demo `_ is an example project which demonstrate how to build
29
+ `pypy-manylinux-demo `_ is an example project which demonstrates how to build
31
30
CPython and PyPy wheels using Travis CI and this image. It is a fork of the
32
31
official `python-manylinux-demo `, and shows that building wheels for PyPy is
33
32
as easy as changing the image name!
@@ -42,7 +41,7 @@ The various PyPy versions are installed inside ``/opt/pypy/``, and they are
42
41
also symlinked to ``/opt/python ``. Moreover, each installation of PyPy
43
42
contains also a ``python `` symlink.
44
43
45
- All the following commands are equivalent and run the PyPy 2.7, version
44
+ All the following commands are equivalent and will run PyPy 2.7, version
46
45
7.3.3. You can use whatever fits best in your build system:
47
46
48
47
- ``/opt/pypy/pypy2.7-7.3.3/bin/pypy ``
You can’t perform that action at this time.
0 commit comments