We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58f8d8 commit 703254fCopy full SHA for 703254f
README.rst
@@ -45,8 +45,16 @@ You can use same commands as for c-extensions. For example::
45
Finished processing dependencies for hello_rust==1.0
46
47
48
-Or you can use commands like `bdist_wheel` or `bdist_egg`
+Or you can use commands like `bdist_wheel` or `bdist_egg`.
49
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
58
59
RustExtension
60
-------------
0 commit comments