Skip to content

Commit

Permalink
Update maturin build command for v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 1, 2024
1 parent 9aa2634 commit 9f2859d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ $ sudo apt install python3-dev cargo
[maturin](https://github.com/PyO3/maturin) is recommended for building the Python bindings in this crate.
```
$ pip install maturin
$ maturin build --cargo-extra-args="--features python"
$ maturin build --features python
```

Alternatively, refer to the [Building and Distribution section](https://pyo3.rs/v0.8.5/building_and_distribution.html) in the [pyo3 user guide](https://pyo3.rs/v0.8.5/).
Expand Down

0 comments on commit 9f2859d

Please sign in to comment.