From b61e3fa21fcd6fadcdf88d6a4ccbe11d7eadad07 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Wed, 20 Dec 2023 22:39:39 +0200 Subject: [PATCH] update(readme): add installation instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 96a4a8e..2fa3f2f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # LU Data analysis and visualization + + + +- [Task](#task) +- [Installation / Running](#installation--running) + + + ## Task Read [here](./TASK.md). + +## Installation / Running +```bash +pip install -r requirements.txt +python3 main.py +```