I am making a GUI based program using pyQT (python), and some of my sub program is being developed seperatly using sox library.
I am currently having issue in integrating both of things, actually pyQT is cross platform, and sox is cross platform too, but how can I send the package installation code of sox too inside the package/setup I would make at last. (sox is not python library).
Please guide me on this topic.