Skip to content

Commit c89dca9

Browse files
authored
Merge pull request #202 from tomoris/master
Fix comments, Examples in README.md
2 parents b9902d7 + 7f3fcd1 commit c89dca9

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
@@ -176,11 +176,12 @@ package hi exposes a few Go functions to be wrapped and used from Python.
176176
177177
### From the command line
178178
```sh
179-
$ gopy build -output=out github.com/go-python/gopy/_examples/hi
179+
$ gopy build -output=out -vm=`which python3` github.com/go-python/gopy/_examples/hi
180180
$ ls out
181-
hi.so
181+
build.py go.py hi.c hi.go hi_go.h hi_go.so hi.py _hi.so* __init__.py Makefile
182182

183183
$ cd out
184+
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./
184185
$ python3
185186
>>> import hi
186187
>>> dir(hi)

0 commit comments

Comments
 (0)