added task help to readme

This commit is contained in:
Pyry Lahtinen 2024-05-01 15:22:11 +03:00
parent 0c76f0818e
commit 3b9639a638

View File

@ -122,6 +122,17 @@ Yes, you can contribute in the development of this package. If you find a bug or
You need [Poetry](https://python-poetry.org/) to manage the development environment. After downloading the source code of this package, run `poetry install` to install development dependencies and to set up a compatible Python environment.
During development you can use the following commands:
```
poetry run invoke test
poetry run invoke lint
poetry run invoke coverage
poetry run invoke clean
poetry run invoke build
poetry run invoke publish
```
Please check the following topics before creating a pull request:
* Your changes should not create new Pylint errors.