From b2bf87b6f18c2030350e3ce0b071749c62d9a1f1 Mon Sep 17 00:00:00 2001 From: ouhammmourachid <93659459+ouhammmourachid@users.noreply.github.com> Date: Sat, 14 Oct 2023 20:03:39 +0100 Subject: [PATCH] add a required command in README.md in the getting started section Signed-off-by: ouhammmourachid <93659459+ouhammmourachid@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 792243c8..abdd2d97 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Use this repository to get up and running on FL0 with the following stack: Clone this repo and run the following commands from the project root: 1. `pip install -r requirements.txt` +2. `export FLASK_APP=server` on Unix `set FLASK_APP=server` on windows. 2. `flask run` 3. Visit http://127.0.0.1:5000 to see your app running