We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34850b commit 1d4e706Copy full SHA for 1d4e706
1 file changed
README.md
@@ -41,7 +41,7 @@ To build from source requires [Rust](https://www.rust-lang.org/) on the
41
pip:
42
43
```sh
44
-pip wheel orjson
+pip wheel --no-binary=orjson orjson
45
```
46
47
There are no runtime dependencies other than libc. orjson is compatible with
0 commit comments