Easiest way to automatically download required modules in Python?

Posted by user248237 on Stack Overflow See other posts from Stack Overflow or by user248237
Published on 2010-04-14T04:25:19Z Indexed on 2010/04/14 5:03 UTC
Read the original article Hit count: 337

I would like to release a python module I wrote which depends on several packages. What's the easiest way to make it so these packages are programmatically downloaded just in case they are not available on the system that's being run? Most of these modules should be available by easy_install or pip or something like that. I simply want to avoid having the user install each module separately.

thanks.

© Stack Overflow or respective owner

Related posts about python

Related posts about modules