Print

Print


On Thu, 2021-08-12 at 10:29 -0400, Eric Lease Morgan wrote:
> My question is, how do I incorporate these additional subtools in my
> setup process?

One way to handle this is to let pip install the base modules from PyPI
and then for your tool (when starting up) to introspect to see if the
additional things are available, and if not, to initiate the download.

//Ed