fix manual run instructions in README (closes #28)
This commit is contained in:
parent
b0724bd849
commit
0a4c67caca
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ cd ..
|
|||
pip3 install pipenv
|
||||
pipenv install
|
||||
# run
|
||||
python3 app/main.py
|
||||
pipenv run python3 app/main.py
|
||||
```
|
||||
|
||||
A Docker image can be built locally (it will build the UI too):
|
||||
|
|
|
|||
Loading…
Reference in a new issue