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
49
49
50
50
## Installing from a release
51
51
52
- #### Find architecture
52
+ #### Find architecture and .mpy version
53
53
54
54
Identify which CPU architecture your device uses.
55
55
You 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.
65
65
| xtensa | non-windowed | ESP8266 |
66
66
| xtensawin | windowed with window size 8 | ESP32 |
67
67
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
+
68
72
#### Download release files
69
73
70
74
Download from [ releases] ( https://github.com/emlearn/emlearn-micropython/releases ) .
You can’t perform that action at this time.
0 commit comments