vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.
https://blynk.io/
MIT License
286 stars 98 forks source link

Install BlynkLib using mip.install #75

Open scls19fr opened 1 year ago

scls19fr commented 1 year ago

Hello,

it could be nice to provide a package to easily install BlynkLib for MicroPython.

Currently MicroPython v1.20.0 on 2023-04-26; ESP32 module with ESP32

Type "help()" for more information.

import mip mip.install("BlynkLib") Installing BlynkLib (latest) from https://micropython.org/pi/v2 to /lib Package not found: https://micropython.org/pi/v2/package/6/BlynkLib/latest.json Package may be partially installed

Kind regards

ebolisa commented 1 year ago

Hello,

it could be nice to provide a package to easily install BlynkLib for MicroPython.

Just copy/paste the lib into your device. It’s fast, secure and easy 😉