Skip to content

Commit 703254f

Browse files
committed
Add wheel building to README.rst
1 parent b58f8d8 commit 703254f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,16 @@ You can use same commands as for c-extensions. For example::
4545
Finished processing dependencies for hello_rust==1.0
4646

4747

48-
Or you can use commands like `bdist_wheel` or `bdist_egg`
48+
Or you can use commands like `bdist_wheel` or `bdist_egg`.
4949

50+
You can build `manylinux1` binary wheels using Docker:
51+
52+
.. code-block:: bash
53+
54+
docker run --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/build-wheels.sh
55+
56+
`build-wheels.sh` example can be found here:
57+
https://github.com/PyO3/setuptools-rust/blob/master/example/build-wheels.sh
5058

5159
RustExtension
5260
-------------

0 commit comments

Comments
 (0)