chore: Add installation instructions to INSTALL.md

This commit is contained in:
2024-07-11 23:07:09 +02:00
parent 51cdb5164c
commit 06851c1a29

12
INSTALL.md Normal file
View File

@ -0,0 +1,12 @@
# How to install and use the app
First make sure you have Python3, Python3-venv and Python3-pip installed.
run:
- python3 -m venv venv
- source venv/bin/activate
- pip install -r requirements.txt
- python app.py
It's as easy as that!