Skip to content

Commit 6aee087

Browse files
authored
Update README.md
1 parent fa7595a commit 6aee087

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# README
22

3+
Two ways to create a new python project:
4+
5+
- create project by copier:
6+
37
```sh
48
copier copy --trust https://github.com/fluent-qa/fluentqa-pytpl.git my-project
9+
```
10+
11+
- create project by pdm
12+
13+
```sh
514
mkdir my-project && cd my-project
6-
pdm init https://github.com/fluent-qa/fluentqa-pytpl.git
15+
pdm init https://github.com/fluent-qa/fluentqa-pytpl.git
716
```
817

918
## PDM as Pythong Depencincy Manager

0 commit comments

Comments
 (0)