You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
11 lines
369 B
Markdown
11 lines
369 B
Markdown
This /lib folder contains:
|
|
- mip.install('github:jonnor/micropython-zipfile')
|
|
- mip.install("shutil") for shutil.rmtree('/apps/com.example.files') # for rmtree()
|
|
- mip.install("aiohttp") # easy websockets
|
|
- mip.install("base64") # for nostr etc
|
|
- mip.install("collections") # used by aiohttp
|
|
- mip.install("unittest")
|
|
- mip.install("logging")
|
|
- mip.install("aiorepl")
|
|
|