Skip to content

Commit

Permalink
docs: update development part in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devfle authored Dec 16, 2022
1 parent d3eef93 commit 2f541c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f541c7

Please sign in to comment.