Skip to content

Commit dad4d9a

Browse files
committed
Fix README
1 parent 3ce52ce commit dad4d9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

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

3333
By default, python version is automatically by execute `python`.
3434

35-
If you need to use python version, please add a feature flag like
35+
You cal also specify python version manually, by adding a feature flag like
3636

3737
``` toml
3838
[dependencies.numpy]
@@ -41,7 +41,7 @@ features = ["python3"]
4141
```
4242
.
4343

44-
You can also specify version in [setup.py](examples/simple-extension/setup.py)
44+
You can also specify python version in [setup.py](examples/simple-extension/setup.py).
4545

4646

4747
Example
@@ -167,6 +167,7 @@ Version
167167
- Fix memory leak of `IntoPyArray` and add `ToPyArray` crate
168168
- PyArray has dimension as type parameter. Now it looks like `PyArray<T, D>`
169169
- Use `ndarray::IntoDimension` to specify dimension
170+
- Python2 support
170171

171172
- v0.3.1, v0.3.2
172173
- Just update dependencies

0 commit comments

Comments
 (0)