chore: Add installation instructions to INSTALL.md
This commit is contained in:
12
INSTALL.md
Normal file
12
INSTALL.md
Normal 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!
|
||||||
Reference in New Issue
Block a user