Skip to content

Commit ab77f2a

Browse files
committed
update README
Mention mpy-cross-multi package as better alternative and also make it clear that MicroPython versions newer than 1.23 are also supported.
1 parent b2842ba commit ab77f2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ from [MicroPython](https://github.com/micropython/micropython) via PyPI.
66
There are multiple MPY ABI versions, so you will need to install the package
77
that corresponds to the target MicroPython version.
88

9-
For MicroPython 1.23:
9+
Alternatively, you can install the [mpy-cross-multi](https://pypi.org/project/mpy-cross-multi/)
10+
package to install all versions of `mpy-cross` at once.
11+
12+
For MicroPython 1.23 and up:
1013

1114
pip install mpy-cross-v6.3
1215

0 commit comments

Comments
 (0)