From 0188d619e23ae6db1df312100bdbca0d7f22c4f0 Mon Sep 17 00:00:00 2001 From: heckeranon <104824943+heckeranon@users.noreply.github.com> Date: Tue, 3 May 2022 17:21:57 +0530 Subject: [PATCH] duplicate line --- GETTING-STARTED.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/GETTING-STARTED.md b/GETTING-STARTED.md index 68658aeb..ec188e85 100644 --- a/GETTING-STARTED.md +++ b/GETTING-STARTED.md @@ -126,9 +126,6 @@ HTML head. You can also link to `.whl` files directly on disk like in our [toga If your `.whl` is not a pure Python wheel then open a PR or issue with [pyodide](https://github.com/pyodide/pyodide) to get it added here https://github.com/pyodide/pyodide/tree/main/packages. If there's enough popular demand the pyodide team will likely work on supporting your package, regardless things will likely move faster if you make the PR and consult with the team to get unblocked. -In order to use them you will need to declare the dependencies using the `` in the -HTML head. - For example, NumPy and Matplotlib are available. Notice here we're using `` as a shortcut, which takes the expression on the last line of the script and runs `pyscript.write('plot', fig)`.