238 B
238 B
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!