From 805f9b3d8a5af3f6d294c885896b2c30ab6fd26d Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Thu, 4 Jul 2024 01:39:16 -0700 Subject: [PATCH] Mention the ability to use extra index with micropip (#4910) --- docs/usage/loading-packages.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/usage/loading-packages.md b/docs/usage/loading-packages.md index 29d41a84d..544d7601c 100644 --- a/docs/usage/loading-packages.md +++ b/docs/usage/loading-packages.md @@ -74,6 +74,15 @@ pyodide.runPython(` Micropip implements file integrity validation by checking the hash of the downloaded wheel against pre-recorded hash digests from the PyPI JSON API. +(micropip-installing-from-other-indexes)= + +### Installing wheels from different indexes + +By default micropip will look for wheel on [pypi](https://pypi.org). It is +possible to provide a list of indexes url to the install commands via the +[`index_urls`](https://micropip.pyodide.org/en/stable/project/api.html#micropip.install) +parameter of the `install` command. + (micropip-installing-from-arbitrary-urls)= ### Installing wheels from arbitrary URLs