We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2842ba commit ab77f2aCopy full SHA for ab77f2a
README.md
@@ -6,7 +6,10 @@ from [MicroPython](https://github.com/micropython/micropython) via PyPI.
6
There are multiple MPY ABI versions, so you will need to install the package
7
that corresponds to the target MicroPython version.
8
9
-For MicroPython 1.23:
+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:
13
14
pip install mpy-cross-v6.3
15
0 commit comments