added task help to readme
This commit is contained in:
parent
0c76f0818e
commit
3b9639a638
11
README.md
11
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.
|
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:
|
Please check the following topics before creating a pull request:
|
||||||
|
|
||||||
* Your changes should not create new Pylint errors.
|
* Your changes should not create new Pylint errors.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user