File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ git clone https://github.com/emlearn/emlearn-micropython
4949
5050## Installing from a release
5151
52- #### Find architecture
52+ #### Find architecture and .mpy version
5353
5454Identify which CPU architecture your device uses.
5555You need to specify ` ARCH ` to install the correct module version.
@@ -65,6 +65,10 @@ You need to specify `ARCH` to install the correct module version.
6565| xtensa | non-windowed | ESP8266 |
6666| xtensawin | windowed with window size 8 | ESP32 |
6767
68+ Information is also available in the official documentation:
69+ [ MicroPython: .mpy files] ( https://docs.micropython.org/en/latest/reference/mpyfiles.html#versioning-and-compatibility-of-mpy-files )
70+
71+
6872#### Download release files
6973
7074Download from [ releases] ( https://github.com/emlearn/emlearn-micropython/releases ) .
You can’t perform that action at this time.
0 commit comments