Skip to content
forked from pyodide/micropip

A lightweight Python package installer for Pyodide

License

Notifications You must be signed in to change notification settings

juntyr/micropip

This branch is 1 commit behind pyodide/micropip:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 1, 2025
Feb 11, 2025
Feb 25, 2025
Feb 25, 2025
Oct 5, 2023
Jan 29, 2025
Feb 23, 2025
Feb 11, 2025
Feb 25, 2025
Jan 31, 2024
Sep 15, 2022
Jan 29, 2025
Sep 18, 2022
Feb 3, 2025

Repository files navigation

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.

About

A lightweight Python package installer for Pyodide

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 85.6%
  • Python 14.3%
  • Shell 0.1%