Browse Source

docs: specify python version and re-word list

main
decentral1se 7 days ago
parent
commit
e4227cc358
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 9
      README.md

9
README.md

@ -1,4 +1,7 @@
# image_upload # image_upload
* `pip install requirements.txt`
* create static/images folder. Requires Python >= 3.11.x 👍
* launch this application. `python upload.py`
* install dependencies: `pip install -r requirements.txt`
* create static images folder: `mkdir -p ./static/images`
* launch the application: `python upload.py`

Loading…
Cancel
Save