Re: python frameworks for launching scripts [noobie question]

From: Ed Summers <ehs_at_nyob>
Date: Thu, 12 Aug 2021 12:53:38 -0400
To: CODE4LIB_at_LISTS.CLIR.ORG
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
Received on Thu Aug 12 2021 - 12:44:51 EDT