File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ problems on bare-metal ports, not just on "Unix" port (e.g. pyboard).
22
22
Usage
23
23
-----
24
24
micropython-lib packages are published on PyPI (Python Package Index),
25
- the standard Python community package repository: http ://pypi.python .org/ .
25
+ the standard Python community package repository: https ://pypi.org/ .
26
26
On PyPI, you can search for MicroPython related packages and read
27
27
additional package information. By convention, all micropython-lib package
28
28
names are prefixed with "micropython-" (the reverse is not true - some
29
29
package starting with "micropython-" aren't part of micropython-lib and
30
30
were released by 3rd parties).
31
31
32
- Browse available packages
33
- [ via this URL] ( https://pypi.python. org/pypi?%3Aaction=search&term=micropython ) .
32
+ Browse available packages [ via this
33
+ URL] ( https://pypi.org/search/?q=&o=&c=Programming+Language+%3A%3A+Python+%3A%3A+Implementation+%3A%3A+MicroPython ) .
34
34
35
35
To install packages from PyPI for usage on your local system, use the
36
36
` upip ` tool, which is MicroPython's native package manager, similar to
You can’t perform that action at this time.
0 commit comments