pyflow icon indicating copy to clipboard operation
pyflow copied to clipboard

3rd party module

Open PrashantChaudhari08 opened this issue 7 years ago • 2 comments

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

PrashantChaudhari08 avatar Apr 24 '18 14:04 PrashantChaudhari08

maybe try to install the module: $ python setup.py install

yutinghu avatar Jun 03 '18 21:06 yutinghu

也许尝试安装模块: $ python setup.py install

Thank you very much!

XY-boy avatar Jul 11 '20 08:07 XY-boy