-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
Addon modules feature "autoinstall" flag, that makes them be automatically installed once all their dependencies are installed.
For example, a "project_sale" glue module would be automatically installed after both "project" and "sale" have been installed.
But if we are using pip install to get modules (rather than git cloning a repo with many modules), "project_sale" won't be available in our env, and won't be auto-installed.
Is there a way for pip installation to support glue modules?
A "recommended" list?
Detecting them when packaging and having them as additional dependencies?
Reactions are currently unavailable