I've developed a script that other researchers in my group need to quickly churn through large amounts of data that we generate during experiments. However, I'm the only "Python guy" on our group and as such I can't always count on them to have up-to-date installations of modules like Numpy and Scipy.
Is there a way, in my script, to validate their installations of modules and prompt them to install/upgrade?