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