update contributing instructions

This commit is contained in:
sebthom
2022-01-19 18:30:32 +01:00
parent a3132e4399
commit 879b9fd088
2 changed files with 27 additions and 4 deletions

View File

@@ -196,6 +196,8 @@ updated_on: # set automatically
## <a name="development"></a> Development Notes
> Please read [CONTRIBUTING.md](CONTRIBUTING.md) before contributing code. Thank you!
- Installing dev dependencies: `pip install .[dev]`
- Running unit tests: `python -m pytest` or `pytest`
- Running linter: `python -m pylint kleinanzeigen_bot` or `pylint kleinanzeigen_bot`