Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Oct 24, 2024
1 parent 30cad62 commit 505274d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ tar xvf ngsolve_pyodide_0.26.2.tar.bz2

## Running the server

Run `python dev.py` and open `http://localhost:8000/dev.html`. Everytime you change some code, the website is automatically hot-reloaded (pyodide stays alive) and `webgpu.py` reloaded and executed.
For the hot-reload feature you need to have 'websockets' and 'watchdog' installed
Run `python dev.py` and open `http://localhost:8000/index.html`. Everytime you change some code, the website is automatically hot-reloaded (pyodide stays alive) and the `webgpu` package is reloaded and executed.
For the hot-reload feature you need to have the python packages `websockets` and `watchdog` installed

0 comments on commit 505274d

Please sign in to comment.