pyodide / micropip

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

Add verbose option to install and uninstall #60

Closed ryanking13 closed 1 year ago

ryanking13 commented 1 year ago

This adds verbose parameter to micropip.install and micropip.uninstall.

Setting verbose=True will print the installation/uninstallation process.

image

A known issue is that it does not show dependencies of packages in repodata.json (as it is handled by loadPackage)

image