bash - Python executable that uses third party module -


i writing python script leverage installation of big project. make single executable .py script, once called, needed (it wrapper bash commands, added error handling , user input). however, need third party modules (such envoy)...how can include them in order usable within script?

assuming 3rd party modules not installed, , don't want include them python script, use urllib2 download modules when user runs script: how download file on http using python?


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -