Skip to content

Commit 91eca8b

Browse files
committed
README: Mention offical info on finding .mpy version/arch
1 parent 26ef0e6 commit 91eca8b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

5454
Identify which CPU architecture your device uses.
5555
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.
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

7074
Download from [releases](https://github.com/emlearn/emlearn-micropython/releases).

0 commit comments

Comments
 (0)