micropython-ota-updater icon indicating copy to clipboard operation
micropython-ota-updater copied to clipboard

Upload to PyPi?

Open graham768 opened this issue 2 years ago • 0 comments

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

import upip

upip.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 :)

graham768 avatar Mar 09 '22 03:03 graham768