This repository was archived by the owner on Mar 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 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``.
1111.. _`Docker image` : https://hub.docker.com/r/pypywheels/manylinux2010-pypy_x86_64
1212.. _manylinux : https://github.com/pypa/manylinux
1313
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:
1615
1716- PyPy2.7 7.3.3
1817
2726Live example
2827-------------
2928
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
3130CPython and PyPy wheels using Travis CI and this image. It is a fork of the
3231official `python-manylinux-demo `, and shows that building wheels for PyPy is
3332as easy as changing the image name!
@@ -42,7 +41,7 @@ The various PyPy versions are installed inside ``/opt/pypy/``, and they are
4241also symlinked to ``/opt/python ``. Moreover, each installation of PyPy
4342contains also a ``python `` symlink.
4443
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
46457.3.3. You can use whatever fits best in your build system:
4746
4847- ``/opt/pypy/pypy2.7-7.3.3/bin/pypy ``
You can’t perform that action at this time.
0 commit comments