8000 Add punctuation marks (#222) · testnest/pyscript@b88c566 · GitHub
[go: up one dir, main page]

Skip to content

Commit b88c566

Browse files
authored
Add punctuation marks (pyscript#222)
1 parent 191f6d3 commit b88c566

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

GETTING-STARTED.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This page will guide you through getting started with PyScript.
77
PyScript does not require any development environment other
88
than a web browser. We recommend using Chrome.
99

10-
If you're using [VSCode](https://code.visualstudio.com/) the
10+
If you're using [VSCode](https://code.visualstudio.com/), the
1111
[Live Server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
1212
can be used to reload the page as you edit the HTML file.
1313

@@ -16,16 +16,16 @@ can be used to reload the page as you edit the HTML file.
1616
There is no installation required. In this document we'll use
1717
the PyScript assets served on https://pyscript.net.
1818

19-
If you want to download the source and build it yourself follow
19+
If you want to download the source and build it yourself, follow
2020
the instructions in the README.md file.
2121

2222
## Your first PyScript HTML file
2323

24-
Here's a "Hello, world!" example using PyScript
24+
Here's a "Hello, world!" example using PyScript.
2525

2626
Using your favorite editor create a new file called `hello.html` in
27-
the same directory as your PyScript JavaScript and CSS files with the
28-
following content and open the file in your web browser. You can typically
27+
the same directory as your PyScript, JavaScript, and CSS files with the
28+
following content, and open the file in your web browser. You can typically
2929
open an HTML by double clicking it in your file explorer.
3030

3131
```html
@@ -124,7 +124,7 @@ 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. 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.
128128

129129
For example, NumPy and Matplotlib are available. Notice here we're using `<py-script output="plot">`
130130
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)
0