Skip to content

Commit 49e8a83

Browse files
didpgeorge
authored andcommitted
README: Update links related to new PyPI URL.
pypi.python.org was turned off on 13th April 2018 and pypi.org is now the URL to use; see https://packaging.python.org/guides/migrating-to-pypi-org/
1 parent 9e21d6e commit 49e8a83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ problems on bare-metal ports, not just on "Unix" port (e.g. pyboard).
2222
Usage
2323
-----
2424
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/ .
2626
On PyPI, you can search for MicroPython related packages and read
2727
additional package information. By convention, all micropython-lib package
2828
names are prefixed with "micropython-" (the reverse is not true - some
2929
package starting with "micropython-" aren't part of micropython-lib and
3030
were released by 3rd parties).
3131

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).
3434

3535
To install packages from PyPI for usage on your local system, use the
3636
`upip` tool, which is MicroPython's native package manager, similar to

0 commit comments

Comments
 (0)