9456732b86
MicroPython doesn't come with standard library included, so it is important to be able to easily install needed package in a seamless manner. Bundling package manager (upip) inside an executable solves this issue. upip is bundled only with standard executable, not "minimal" or "fast" builds.
9 lines
104 B
Plaintext
9 lines
104 B
Plaintext
build
|
|
build-fast
|
|
build-minimal
|
|
micropython
|
|
micropython_fast
|
|
micropython_minimal
|
|
*.py
|
|
micropython-upip-*
|