https://github.com/pyodide/micropip
A lightweight Python package installer for Pyodide
https://github.com/pyodide/micropip
package-installer pyodide python webassembly
Last synced: 5 days ago
JSON representation
A lightweight Python package installer for Pyodide
- Host: GitHub
- URL: https://github.com/pyodide/micropip
- Owner: pyodide
- License: mpl-2.0
- Created: 2022-09-15T19:27:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T04:31:33.000Z (19 days ago)
- Last Synced: 2025-05-09T10:46:44.682Z (12 days ago)
- Topics: package-installer, pyodide, python, webassembly
- Language: HTML
- Homepage: https://micropip.pyodide.org
- Size: 2.54 MB
- Stars: 111
- Watchers: 8
- Forks: 29
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# micropip
[](https://pypi.org/project/micropip/)
A lightweight Python package installer for the web
## Installation
In [Pyodide](https://pyodide.org), 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
```py
import micropip
await micropip.install()
```
For more information see the
[documentation](https://pyodide.org/en/stable/usage/loading-packages.html#micropip).## License
micropip uses the [Mozilla Public License Version
2.0](https://choosealicense.com/licenses/mpl-2.0/).