QUESTION How a 3rd party python package can be used within a mod app?

FitbyBit

New Member
I'm developing some headless app, and I need to use a python package.
In python env, it's simple,
Code:
pip install some-package
and that's it.
But we do not run some installation process in AC, don't we?

So, what's the best practice? Just copy?
 
Top