From 2f541c798779b5d3b4ecdde3e91ebce6f2529c5e Mon Sep 17 00:00:00 2001 From: devfle <52854338+devfle@users.noreply.github.com> Date: Fri, 16 Dec 2022 01:47:27 +0100 Subject: [PATCH] docs: update development part in readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 639c913..947fd75 100644 --- a/README.md +++ b/README.md @@ -75,4 +75,12 @@ I appreciate any support with this project. If you have a suggestion for improve - For development, we recommend the usage of the VS-Code Python linter from Microsoft. - Please test your changes before opening a new merge request. +You have to install some packages before starting to develop: +```bash +pip install -r requirements.txt +``` + +To start the script, you have to call: +```bash +python main.py