Skip to content

Add package.json#2

Open
riaanvddool wants to merge 1 commit intorguillon:masterfrom
riaanvddool:riaanvddool-package
Open

Add package.json#2
riaanvddool wants to merge 1 commit intorguillon:masterfrom
riaanvddool:riaanvddool-package

Conversation

@riaanvddool
Copy link
Copy Markdown

To allow easy install using mip:
https://docs.micropython.org/en/latest/reference/packages.html

>>> import mip
>>> mip.install('github:rguillon/schedule')
Installing github:rguillon/schedule/package.json to /lib
Copying: /lib/schedule/__init__.py
Installing ucontextlib (latest) from https://micropython.org/pi/v2 to /lib
Exists: /lib/ucontextlib.mpy
Installing logging (latest) from https://micropython.org/pi/v2 to /lib
Exists: /lib/logging.mpy
Installing time (latest) from https://micropython.org/pi/v2 to /lib
Copying: /lib/time.mpy
Done

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

Successfully merging this pull request may close these issues.

1 participant