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
You should create a setup.py and upload this package to PyPi for installation with upip.
Then rather than installing the python file directly on boards, users can run
importupipupip.install('micropython-ota-updater')
to keep their project up to date with your latest changes. This will install libraries in the /lib/ folder which will also remain unaffected by your OTA updates here.
I know maintainers don't have endless time and resources, but I figured the PyPi package should probably be something tied to your username and this repo rather than a random user's -- otherwise I'd offer :)
The text was updated successfully, but these errors were encountered:
You should create a setup.py and upload this package to PyPi for installation with upip.
Then rather than installing the python file directly on boards, users can run
to keep their project up to date with your latest changes. This will install libraries in the /lib/ folder which will also remain unaffected by your OTA updates here.
I know maintainers don't have endless time and resources, but I figured the PyPi package should probably be something tied to your username and this repo rather than a random user's -- otherwise I'd offer :)
The text was updated successfully, but these errors were encountered: