There was an error while loading. Please reload this page.
1 parent fa7595a commit 6aee087Copy full SHA for 6aee087
README.md
@@ -1,9 +1,18 @@
1
# README
2
3
+Two ways to create a new python project:
4
+
5
+- create project by copier:
6
7
```sh
8
copier copy --trust https://github.com/fluent-qa/fluentqa-pytpl.git my-project
9
+```
10
11
+- create project by pdm
12
13
+```sh
14
mkdir my-project && cd my-project
-pdm init https://github.com/fluent-qa/fluentqa-pytpl.git
15
+pdm init https://github.com/fluent-qa/fluentqa-pytpl.git
16
```
17
18
## PDM as Pythong Depencincy Manager
0 commit comments