- Install Poetry
- Clone this repository
- Run
poetry install
- this will create virtual enviroment with all necessary dependencies - Run
poetry shell
to switch to newly generated virtual enviroment - (optional) In poetry shell run
pre-commit install
- this will install Git hooks with linters
I recommend forking it and making pull requests with new productions (or other improvement suggestions) here.