I'd like to write a plugin that uses PyDictionary, which is a
english language dictionary.
How do I "install" external modules so they is available to my Calibre plugin, and can be re-distributed within the zip? I typically install stuff with pip, but that does not seem correct for distributable plugins.