From e4227cc35871afd00ac0e7aa2de9497207ddfcc3 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 16 Nov 2024 17:43:39 +0100 Subject: [PATCH] docs: specify python version and re-word list --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c6c179..304f1f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # image_upload -* `pip install requirements.txt` -* create static/images folder. -* launch this application. `python upload.py` + +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`