Skip to content

Commit d5f2aa1

Browse files
committed
Mention the ability to use extra index with micropip
See pyodide/micropip#116
1 parent 9428c6f commit d5f2aa1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/usage/loading-packages.md

+9
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ pyodide.runPython(`
7474
Micropip implements file integrity validation by checking the hash of the
7575
downloaded wheel against pre-recorded hash digests from the PyPI JSON API.
7676

77+
(micropip-installing-from-other-indexes)=
78+
79+
### Installing wheels from different indexes
80+
81+
By default micropip will look for wheel on [pypi](https://pypi.org). It is
82+
possible to provide a list of indexes url to the install commands via the
83+
[`index_urls`](https://micropip.pyodide.org/en/stable/project/api.html#micropip.install)
84+
parameter of the `install` command.
85+
7786
(micropip-installing-from-arbitrary-urls)=
7887

7988
### Installing wheels from arbitrary URLs

0 commit comments

Comments
 (0)