Skip to content

Commit 69dcbbc

Browse files
committed
Fix README
1 parent 2c780f9 commit 69dcbbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ Currently 2.7, 3.5, 3.6, 3.7 are supported.
3232

3333
By default, rust-numpy is built for Python3.
3434

35-
If you want to compile for Python2, please specify
35+
If you want to compile for Python2, please add a feature flag in `Cargo.toml` like
3636

3737
``` toml
3838
[dependencies.numpy]
3939
version = "0.4.0-alpha.1"
40-
features = ["python3"]
40+
features = ["python2"]
4141
```
4242
.
4343

0 commit comments

Comments
 (0)