Skip to content

Commit 4f45bc9

Browse files
committed
import micropip
1 parent d22ca10 commit 4f45bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script type="text/javascript">
88
async function main(){
99
let pyodide = await loadPyodide();
10-
console.log(pyodide.runPython("micropip.install('dist/healpy.whl'); import healpy; healpy.__version__"));
10+
console.log(pyodide.runPython("import micropip; micropip.install('dist/healpy.whl'); import healpy; healpy.__version__"));
1111
}
1212
main();
1313
</script>

0 commit comments

Comments
 (0)