From 49e8a839a003d0e2ebf3eee4204a5be9536036d6 Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Tue, 17 Apr 2018 15:33:41 -0500 Subject: [PATCH] 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/ --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cb3e818..88d00cab 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,15 @@ problems on bare-metal ports, not just on "Unix" port (e.g. pyboard). Usage ----- 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 additional package information. By convention, all micropython-lib package names are prefixed with "micropython-" (the reverse is not true - some package starting with "micropython-" aren't part of micropython-lib and were released by 3rd parties). -Browse available packages -[via this URL](https://pypi.python.org/pypi?%3Aaction=search&term=micropython). +Browse available packages [via this +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 `upip` tool, which is MicroPython's native package manager, similar to