Skip to content

Commit 3a400c3

Browse files
author
Rue Yokaze
authored
update usage and requirements sections in readme
1 parent 97328ac commit 3a400c3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

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

44-
# Install
44+
# Usage
4545

4646
```
4747
$ make
4848
```
49+
will build ```multi_array.so``` in the same directory.
4950

50-
You may change the include directory by editing setup.py.
51+
Full documentation is available on [GitHub Wiki](https://github.com/yokaze/python-multi-array/wiki).
5152

5253
# Requirements
53-
54-
boost 1.63.0+
54+
- [NumPy](http://www.numpy.org/)
55+
- [boost 1.63.0+](http://www.boost.org/) ... v1.63.0 or later is required to use Boost.Python NumPy Extension.

0 commit comments

Comments
 (0)