mirror of
https://github.com/pyodide/micropip.git
synced 2025-09-04 11:03:31 +00:00
main
![dependabot[bot]](/assets/img/avatar_default.png)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
micropip
A lightweight Python package installer for the web
Installation
In Pyodide, you can install micropip,
- either implicitly by importing it in the REPL
- or explicitly via
pyodide.loadPackage('micropip')
. You can also install by URL from PyPI for instance.
Usage
import micropip
await micropip.install(<list-of-packages>)
For more information see the documentation.
License
micropip uses the Mozilla Public License Version 2.0.
Languages
HTML
85.2%
Python
14.8%