Skip to content

Commit

Permalink
install ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Jul 18, 2024
1 parent ad05df6 commit 27c4c67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
let pyodide = await loadPyodide();

await pyodide.loadPackage("micropip");
await pyodide.loadPackage("ssl");
const micropip = pyodide.pyimport("micropip");
await micropip.install('dist/healpy-0.1.0-py3-none-any.whl');
await micropip.install('matplotlib');
Expand Down

0 comments on commit 27c4c67

Please sign in to comment.