Skip to content

Commit 53044cb

Browse files
goodylilipww217
andauthored
Added Chrome links and embedded Pyodide (pyscript#215)
I added a link to help users download chrome browser. I added the pyodide link the right way for readability. Co-authored-by: Peter W <[email protected]>
1 parent 7c85e81 commit 53044cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

GETTING-STARTED.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This page will guide you through getting started with PyScript.
55
## Development setup
66

77
PyScript does not require any development environment other
8-
than a web browser. We recommend using Chrome.
8+
than a web browser. We recommend using [Chrome](https://www.google.com/chrome/).
99

1010
If you're using [VSCode](https://code.visualstudio.com/), the
1111
[Live Server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
@@ -124,7 +124,8 @@ HTML head. You can also link to `.whl` files directly on disk like in our [toga
124124
</py-env>
125125
```
126126

127-
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.
127+
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).
128+
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.
128129

129130
For example, NumPy and Matplotlib are available. Notice here we're using `<py-script output="plot">`
130131
as a shortcut, which takes the expression on the last line of the script and runs `pyscript.write('plot', fig)`.

0 commit comments

Comments
 (0)