Skip to content

Commit

Permalink
Mention the ability to use extra index with micropip
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Jul 3, 2024
1 parent 9428c6f commit d5f2aa1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/usage/loading-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5f2aa1

Please sign in to comment.