mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-27 04:14:47 +02:00
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`.
This commit is contained in:
parent
86460f6948
commit
3a8f772044
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ To run this app locally, install the requirements and run `shiny run`.
|
|||
|
||||
```
|
||||
$ cd webapp
|
||||
$ pip install requirements.txt
|
||||
$ pip install -r requirements.txt
|
||||
$ shiny run
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue