#write hello.pyx #write setup.py python setup.py build_ext --inplace python -c'from hello import say_hello_to; say_hello_to("bryan");'