File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ Two ways to create a new python project:
8
8
copier copy --trust https://github.com/fluent-qa/fluentqa-pytpl.git my-project
9
9
```
10
10
11
- - create project by pdm
11
+ - create project by UV, because UV is so fast
12
12
13
13
``` sh
14
14
mkdir my-project && cd my-project
15
- pdm init https://github.com/fluent-qa/fluentqa-pytpl.git
15
+ uv pip install --source git+https://github.com/fluent-qa/fluentqa-pytpl.git
16
+
16
17
```
Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ default-groups = ["dev"]
55
55
[tool .uv .sources ]
56
56
qpyci = { git = " https://github.com/fluent-qa/qpyci.git" , rev = " main" }
57
57
58
+ [tool .uv .workspace ]
59
+ members = [" https:/github.com/fluent-qa/fluentqa-pytpl.git" ]
60
+
58
61
[tool .hatch .build .targets .wheel ]
59
62
packages = [" src/qpyapp" ]
60
63
You can’t perform that action at this time.
0 commit comments