From 3b9639a6380d3650e7d2df882212243070471c34 Mon Sep 17 00:00:00 2001 From: Pyry Lahtinen Date: Wed, 1 May 2024 15:22:11 +0300 Subject: [PATCH] added task help to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2ad327d..93d1e8b 100644 --- a/README.md +++ b/README.md @@ -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.