Skip to content

Commit 27c4c67

Browse files
committed
install ssl
1 parent ad05df6 commit 27c4c67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
let pyodide = await loadPyodide();
1313

1414
await pyodide.loadPackage("micropip");
15+
await pyodide.loadPackage("ssl");
1516
const micropip = pyodide.pyimport("micropip");
1617
await micropip.install('dist/healpy-0.1.0-py3-none-any.whl');
1718
await micropip.install('matplotlib');

0 commit comments

Comments
 (0)