Skip to content

Commit 7f57512

Browse files
committed
I took a chance to update some other part of the docs too
1 parent cfdd81d commit 7f57512

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/user-guide/offline.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cd pyscript-offline
4040
Build PyScript core by cloning the project repository and follow the
4141
instructions in our [developer guide](../developers.md)
4242

43-
Once completed, copy the `build` folder, that was been created by the build
43+
Once completed, copy the `dist` folder, that has been created by the build
4444
step, into your `pyscript-offline` folder.
4545

4646
### PyScript core from `npm`
@@ -114,7 +114,7 @@ python3 -m http.server -d ./public/
114114
If you would like to test `worker` features, try instead:
115115

116116
```sh
117-
npx static-handler --coi ./public/
117+
npx mini-coi ./public/
118118
```
119119

120120
## Download a local interpreter
@@ -231,7 +231,7 @@ Finally, we need the ability to install Python packages from a local source
231231
when using Pyodide.
232232

233233
Put simply, we use the packages bundle from
234-
[pyodide releases](https://github.com/pyodide/pyodide/releases/tag/0.24.1).
234+
[pyodide releases](https://github.com/pyodide/pyodide/releases/tag/0.26.2).
235235

236236
!!! warning
237237

@@ -240,8 +240,8 @@ Put simply, we use the packages bundle from
240240
It contains each package that is required by Pyodide, and Pyodide will only
241241
load packages when needed.
242242

243-
Once downloaded and extracted (we're using version `0.24.1` in this example),
244-
we can simply copy the files and folders inside the `pyodide-0.24.1/pyodide/*`
243+
Once downloaded and extracted (we're using version `0.26.2` in this example),
244+
we can simply copy the files and folders inside the `pyodide-0.26.2/pyodide/*`
245245
directory into our `./public/pyodide/*` folder.
246246

247247
Feel free to either skip or replace the content, or even directly move the

0 commit comments

Comments
 (0)