Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload to PyPi? #25

Open
graham768 opened this issue Mar 9, 2022 · 0 comments
Open

Upload to PyPi? #25

graham768 opened this issue Mar 9, 2022 · 0 comments

Comments

@graham768
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant