8000 GitHub - cclauss/micropip: A lightweight Python package installer for Pyodide
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cclauss/micropip

 
 

Repository f 7FCC iles 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 87.1%
  • Python 12.8%
  • Shell 0.1%
0