Replies: 1 comment 1 reply
-
|
@ThomasFarstrike Can’t we also use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://docs.micropythonos.com/apps/creating-apps/ contains currently nothing about requirements of a mpos app.
There is the micropython package manager
mip-> https://docs.micropython.org/en/latest/reference/packages.htmlSo the groundwork is there to install requirements in general.
I think the mpos app store should install the requirements on mpos app installation and also deinstall them on uninstall the mpos app, isn't it?
Questions that immediately come to mind:
META-INF/MANIFEST.JSON?--targetargument, e.g.:mip install --target=/flash/third-party pkgname)--targetand delete it on deinstall?)Beta Was this translation helpful? Give feedback.
All reactions