Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c97f079

Browse files
modify pybind11 readme
1 parent c865c15 commit c97f079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎example_pybind11/readme.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ $ c++ -O3 -Wall -shared -std=c++11 -undefined dynamic_lookup $(python3 -m pybind
66
```
77

88
For installing the package, go to the directory with the file `setup.py` and run `pip install .`.
9-
Then we can use file `wrap_test.py`.
9+
Then we can use file `wrap_test.py` to test the installed module.
1010
This file has three examples as
11-
1. simple summation function `op.add(3, 2)`,
11+
1. simple summation function `op.add()`,
1212
2. using a function to get ndarray with value as argument, `op.assign_special()`,
13-
3. using a function to get ndarray with value as argument, `op.assign_special_ref().
13+
3. using a function to get ndarray with value as argument, `op.assign_special_ref()`.
1414

1515
References
1616
===========

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /