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 cc6992d commit 0dc48c1Copy full SHA for 0dc48c1
microbiorust-py/README.md
@@ -20,17 +20,17 @@ microBioRust is the core Rust Crate
20
21
## Installation
22
23
-Build the PyModule from source using `maturin` (recommended) - You will need to use the --features flag below:
+Build the PyModule from source using `maturin` (recommended) - You will need to use the --release flag below:
24
25
```bash
26
pip install maturin
27
-maturin develop --features extension-module
+maturin develop --release
28
```
29
You can run
30
31
cargo test
32
33
-which is the Rust test to see if the pyfunctions have been successfully added to the PyModule
+which is the Rust test to see if the Rust pyfunctions have been successfully added to the PyModule
34
35
Example usage in Python:
36
0 commit comments