Skip to content

Commit 4059a69

Browse files
author
Rue Yokaze
authored
Update README
1 parent cfe2f9d commit 4059a69

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,20 @@ array([[ 0.91382688, 0.374331 ],
4141
      [ 0.80906659, 0.75029951]], dtype=float32)
4242
```
4343

44-
# Usage
44+
# Setup
4545

4646
```
4747
$ make
4848
```
4949
will build ```multi_array.so``` in the same directory.
5050

51+
# Documentation
52+
5153
Full documentation is available on [GitHub Wiki](https://github.com/yokaze/python-multi-array/wiki).
5254

5355
# Requirements
5456
- [NumPy](http://www.numpy.org/)
5557
- [boost 1.63.0+](http://www.boost.org/) ... v1.63.0 or later is required to use Boost.Python NumPy Extension.
58+
59+
# Contact
60+
If you have any question about the library, feel free to contact me: https://github.com/yokaze

0 commit comments

Comments
 (0)