pyflow
pyflow copied to clipboard
3rd party module
I wish to use this as a 3rd party module in my application. I have compiled the code in a directory called pyflow in my application.
How can I use this as a 3rd party module and call pyflow.coarse2fine_flow(....) from my application?
Any suggestions are helpful
maybe try to install the module: $ python setup.py install
也许尝试安装模块: $ python setup.py install
Thank you very much!