summaryrefslogtreecommitdiff
path: root/esolid/wrapper/cmd.txt
blob: dfcc422cbe18a7734acf46888f67a730bc29c065 (plain)
1
2
3
4
#write hello.pyx
#write setup.py
python setup.py build_ext --inplace
python -c'from hello import say_hello_to; say_hello_to("bryan");'