SpotlightKid / mrequests

An HTTP client library (not only) for MicroPython with an API similar to requests
MIT License
49 stars 10 forks source link

Mpremote install #13

Closed ubidefeo closed 8 months ago

ubidefeo commented 8 months ago

Added an additional install_mpremote.sh and instructions in order to preserve the legacy of rshell, which some users may prefer, but mpremote should be the default way to install until mip (and mpremote mip) support is added via means of package.json and proper folder structure.

I also threw in a .gitignore mostly for the stupid Mac OS .DS_Store files littering our systems 🥲

Open to feedback and change requests for this PR

ubidefeo commented 8 months ago

hey @SpotlightKid

thank you for reviewing this, I'll get into resolving the requests a bit later today, but they're all extremely good points.

So, I'd like to keep the different installation variants/scripts for a while and maybe get some feedback which approach works best.

this sounds like a good way to proceed, but I'm very much in support of moving to mip for installation. In our internal projects we still use mpremote cp because mip is a very recent addition, but we're transitioning to making all our stuff mip compatible for many reasons, including installing modules from connected boards.

I really appreciate the chance to contribute to mrequests, and I'd love to see it become part of MicroPython-libs :)