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/
pull/275/merge
Dustin Ingram 2018-04-17 15:33:41 -05:00 zatwierdzone przez Damien George
rodzic 9e21d6e1ed
commit 49e8a839a0
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -22,15 +22,15 @@ problems on bare-metal ports, not just on "Unix" port (e.g. pyboard).
Usage Usage
----- -----
micropython-lib packages are published on PyPI (Python Package Index), micropython-lib packages are published on PyPI (Python Package Index),
the standard Python community package repository: http://pypi.python.org/ . the standard Python community package repository: https://pypi.org/ .
On PyPI, you can search for MicroPython related packages and read On PyPI, you can search for MicroPython related packages and read
additional package information. By convention, all micropython-lib package additional package information. By convention, all micropython-lib package
names are prefixed with "micropython-" (the reverse is not true - some names are prefixed with "micropython-" (the reverse is not true - some
package starting with "micropython-" aren't part of micropython-lib and package starting with "micropython-" aren't part of micropython-lib and
were released by 3rd parties). were released by 3rd parties).
Browse available packages Browse available packages [via this
[via this URL](https://pypi.python.org/pypi?%3Aaction=search&term=micropython). URL](https://pypi.org/search/?q=&o=&c=Programming+Language+%3A%3A+Python+%3A%3A+Implementation+%3A%3A+MicroPython).
To install packages from PyPI for usage on your local system, use the To install packages from PyPI for usage on your local system, use the
`upip` tool, which is MicroPython's native package manager, similar to `upip` tool, which is MicroPython's native package manager, similar to