pyodide/micropip

A lightweight Python package installer for Pyodide

159

stars

179

commits

HTML

primary language

Sep 1, 2026

updated

micropip.pyodide.org
package-installer
pip
pyodide
python
webassembly

README

micropip

PyPI Latest Release GHA

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.

Contributors

ryanking13

54 commits

dependabot[bot]

19 commits

hoodmane

13 commits

pyodide/micropip

A lightweight Python package installer for Pyodide

159

stars

179

commits

HTML

primary language

Sep 1, 2026

updated

micropip.pyodide.org
package-installer
pip
pyodide
python
webassembly

README

micropip

PyPI Latest Release GHA

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.

Contributors

ryanking13

54 commits

dependabot[bot]

19 commits

hoodmane

13 commits

Languages

HTML

84.8%

Python

15.2%