We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a817c commit 83ba7caCopy full SHA for 83ba7ca
README.md
@@ -2,7 +2,8 @@
2
3
```sh
4
copier copy --trust https://github.com/fluent-qa/fluentqa-pytpl.git my-project
5
-mkdir my-project && cd my-project && pdm init https://github.com/fluent-qa/fluentqa-pytpl.git
+mkdir my-project && cd my-project
6
+pdm init https://github.com/fluent-qa/fluentqa-pytpl.git
7
```
8
9
## PDM as Pythong Depencincy Manager
0 commit comments