From 06851c1a2990dcbd227619ce7d85ed2e5b79a0d5 Mon Sep 17 00:00:00 2001 From: Axel Rafn Date: Thu, 11 Jul 2024 23:07:09 +0200 Subject: [PATCH] chore: Add installation instructions to INSTALL.md --- INSTALL.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..1bf293a --- /dev/null +++ b/INSTALL.md @@ -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! \ No newline at end of file