You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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