Python-如何在Windows的Python环境执行以下的"Pytest Generator"

大家好!以下的"Pytest Generator"号称Generate pytests for all classes, functions and methods,但文档没有说明如何执行。请教各位:谁知道该如何在Windows的Python环境(注:不是virtual虚拟环境)对某一.py程序执行该"Pytest Generator",看看其对classes, functions and methods的output吗?请指点、指点,谢谢!
https://github.com/shifqu/pytest-generator
Pytest Generator

python3 pytest_generator/generate_tests.py dir
dir 是代码的目录

Pytest Generator uses Poetry to manage the virtual environments. This makes installing the application locally a breeze.

poetry install

poetry run pip install --upgrade pip

poetry update

poetry run pre-commit install -t pre-commit -t pre-push