File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,32 @@ pip install cookiecutter
22
22
23
23
* Use the latest
24
24
25
+ ### HTTPS
26
+
25
27
``` text
26
28
cookiecutter https://github.com/btr1975/cookiecutter-python-fastapi-openapi
27
29
```
28
30
31
+ ### SSH
32
+
33
+ ``` text
34
+ cookiecutter git@github.com:btr1975/cookiecutter-python-fastapi-openapi
35
+ ```
36
+
29
37
* Use a specific version
30
38
39
+ ### HTTPS
40
+
31
41
``` text
32
42
cookiecutter https://github.com/btr1975/cookiecutter-python-fastapi-openapi -c 1.0.1
33
43
```
34
44
45
+ ### SSH
46
+
47
+ ``` text
48
+ cookiecutter git@github.com:btr1975/cookiecutter-python-fastapi-openapi -c 1.0.1
49
+ ```
50
+
35
51
4 . Now you will be asked a series of questions. This is an example
36
52
** THE QUESTIONS MAY NOT BE THE EXACT FOR THIS COOKIECUTTER** , also if you have downloaded it before
37
53
you will be asked if you want to download it again, always say yes to get the latest version.
You can’t perform that action at this time.
0 commit comments