From a1f540df009f90ac0780e08b97e4e6c222a75965 Mon Sep 17 00:00:00 2001 From: "steven.liatti" <steven.liatti@hesge.ch> Date: Mon, 4 Nov 2019 08:58:39 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 652cfdd..e0dc811 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # Simple File Uploader -Very simple file uploader simulating "long processing" with python Flask. \ No newline at end of file +Very simple file uploader simulating "long processing" with python [Flask](https://flask.palletsprojects.com/en/1.1.x/). + +## Run +To run the script with Flask : +```bash +export FLASK_APP=src/server.py +flask run --host=0.0.0.0 +``` -- GitLab