@@ -40,7 +40,7 @@ cd pyscript-offline
4040Build PyScript core by cloning the project repository and follow the
4141instructions 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
4444step, into your ` pyscript-offline ` folder.
4545
4646### PyScript core from ` npm `
@@ -114,7 +114,7 @@ python3 -m http.server -d ./public/
114114If 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
231231when using Pyodide.
232232
233233Put 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/* `
245245directory into our ` ./public/pyodide/* ` folder.
246246
247247Feel free to either skip or replace the content, or even directly move the
0 commit comments