I've written a program on python that I want to give out to my friends but at the moment to use the program you have to install IMDBpy in the terminal using "pip install imdbpy".
Is there anyway I can integrate this command into my program so they can't just launch the program straight away?
Thanks in advance!