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.