We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9428c6f commit d5f2aa1Copy full SHA for d5f2aa1
docs/usage/loading-packages.md
@@ -74,6 +74,15 @@ pyodide.runPython(`
74
Micropip implements file integrity validation by checking the hash of the
75
downloaded wheel against pre-recorded hash digests from the PyPI JSON API.
76
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
86
(micropip-installing-from-arbitrary-urls)=
87
88
### Installing wheels from arbitrary URLs
0 commit comments