Two ways to create a new python project:
- create project by copier:
copier copy --trust https://github.com/fluent-qa/fluentqa-pytpl.git my-project
- create project by pdm
mkdir my-project && cd my-project
pdm init https://github.com/fluent-qa/fluentqa-pytpl.git