-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Why i thought it was a good idea
All in one packages (Relic-Tool, SGA, Chunky) only exist to allow us to do something like
pip install relic-tool
Why it still kind-of is
Which makes sense for our plugin container packages
E.G.
pip install relic-tool-sga[all]
pip install relic-tool-sga[v2]
pip install relic-tool-chunky[all]
pip install relic-tool-chunky[v1]
Why it kind-of isn't
Relic tool can't leverage that level of depth
BUT, it can leverage GAME level packages, so maybe something like
pip install relic-tool[core]
pip install relic-tool[dow1]
pip install relic-tool[dow2]
pip install relic-tool[dow3]
And maybe some of the non-container plugins like UCS?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels