Skip to content

Commit

Permalink
maturin defaults to python feature
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul committed Oct 3, 2023
1 parent c5d4d03 commit 5d85133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/python/installation_py.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pip install maturin
Then compile the Rust source with PyO3 bindings enabled:

```
maturin develop --release --features python
maturin develop --release
```

To check that Clarabel works within the virtual environment, you can then run
Expand Down

0 comments on commit 5d85133

Please sign in to comment.