Skip to content

Commit cab73c2

Browse files
committed
add UV comments
1 parent 39e188b commit cab73c2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Two ways to create a new python project:
88
copier copy --trust https://github.com/fluent-qa/fluentqa-pytpl.git my-project
99
```
1010

11-
- create project by pdm
11+
- create project by UV, because UV is so fast
1212

1313
```sh
1414
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+
1617
```

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ default-groups = ["dev"]
5555
[tool.uv.sources]
5656
qpyci = { git = "https://github.com/fluent-qa/qpyci.git", rev = "main" }
5757

58+
[tool.uv.workspace]
59+
members = ["https:/github.com/fluent-qa/fluentqa-pytpl.git"]
60+
5861
[tool.hatch.build.targets.wheel]
5962
packages = ["src/qpyapp"]
6063

0 commit comments

Comments
 (0)