Skip to content

fluent-qa/fluentqa-pytpl

Repository files navigation

README

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