docs: specify python version and re-word list

This commit is contained in:
decentral1se 2024-11-16 17:43:39 +01:00
parent 17bf2fa74f
commit e4227cc358
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410

View File

@ -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`