pyodide / micropip

A lightweight Python package installer for Pyodide
https://micropip.pyodide.org
Mozilla Public License 2.0
76 stars 21 forks source link
package-installer pyodide python webassembly

micropip

PyPI Latest Release GHA

A lightweight Python package installer for the web

Installation

In Pyodide, you can install micropip,

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.