Skip to content

Commit

Permalink
docs(bindings/python): drop unnecessary patchelf (#3889)
Browse files Browse the repository at this point in the history
Also compatible with zsh (`maturin[patchelf]` needs a quote to escape).
  • Loading branch information
tisonkun authored Jan 1, 2024
1 parent 48d8867 commit d5115cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ source venv/bin/activate
Install `maturin`:

```shell
pip install maturin[patchelf]
pip install maturin
```

Build bindings:
Expand Down

0 comments on commit d5115cc

Please sign in to comment.