adaptive-lighting/webapp/README.md
Bas Nijholt 3a8f772044 Fix webapp README: correct pip install command
The README had incorrect syntax for pip install. Changed from
`pip install requirements.txt` to `pip install -r requirements.txt`.
2025-07-21 15:12:09 -07:00

10 lines
279 B
Markdown

To run this app locally, install the requirements and run `shiny run`.
```
$ cd webapp
$ pip install -r requirements.txt
$ shiny run
```
After the server starts, which should take only a moment, you can open
[http://127.0.0.1:8000](http://127.0.0.1:8000) to see the interface.