iotz
Version:
a containerized cross compiler box for arduino, arm mbed, espressif, micro-python, raspberry pi and ... more
16 lines (12 loc) • 384 B
Markdown
### iotz - micro-python
A Ubuntu container with built-in `micropython` support.
Try;
```
iotz micropython <your py file>
```
You can install micropython modules into container as well.
```
iotz upip install xxxxxx
```
The command above will update the local container with the installed module.
Documentation for all the iotz commands are available under [README](../../README.md)