Skip to content

Commit 31adb4c

Browse files
committed
2 parents bba75df + 0dc48c1 commit 31adb4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

microbiorust-py/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ microBioRust is the core Rust Crate
2020

2121
## Installation
2222

23-
Build the PyModule from source using `maturin` (recommended) - You will need to use the --features flag below:
23+
Build the PyModule from source using `maturin` (recommended) - You will need to use the --release flag below:
2424

2525
```bash
2626
pip install maturin
27-
maturin develop --features extension-module
27+
maturin develop --release
2828
```
2929
You can run
3030
```bash
3131
cargo test
3232
```
33-
which is the Rust test to see if the pyfunctions have been successfully added to the PyModule
33+
which is the Rust test to see if the Rust pyfunctions have been successfully added to the PyModule
3434

3535
Example usage in Python:
3636

0 commit comments

Comments
 (0)