fix manual run instructions in README (closes #28)
This commit is contained in:
@@ -64,7 +64,7 @@ cd ..
|
|||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
pipenv install
|
pipenv install
|
||||||
# run
|
# run
|
||||||
python3 app/main.py
|
pipenv run python3 app/main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
A Docker image can be built locally (it will build the UI too):
|
A Docker image can be built locally (it will build the UI too):
|
||||||
|
|||||||
Reference in New Issue
Block a user