From 0a4c67caca9eec33de9874ffddd3c6d9849fa844 Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Fri, 9 Apr 2021 20:55:05 +0300 Subject: fix manual run instructions in README (closes #28) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 251acdf..4a694f8 100644 --- a/README.md +++ b/README.md @@ -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): -- cgit