From 3b69462164814c1bf560b2052e1a2c47e5879e40 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 16 Nov 2024 17:50:53 +0100 Subject: [PATCH] docs: deploy --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 304f1f3..74a48c7 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,10 @@ Requires Python >= 3.11.x 👍 * install dependencies: `pip install -r requirements.txt` * create static images folder: `mkdir -p ./static/images` * launch the application: `python upload.py` + +# deploy + +``` +pip install gunicorn +gunicorn --bind 127.0.0.1:5000 upload:APP +```