mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-14 07:44:04 +02:00
The README had incorrect syntax for pip install. Changed from `pip install requirements.txt` to `pip install -r requirements.txt`.
279 B
279 B
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 to see the interface.