I would like to distribute a Python addon that depends on two libraries: Numpy and PyAudio. I have seen all kinds of sorcery related to installing stuff via pip inside of Blender's Python interpreter, but this is different: I would want to generate a single .zip containing everything instead of messing around install-time. (As for example here: Including 3rd party modules in a Blender addon)
Is there a humane way to do this?