We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b71992 commit 40144adCopy full SHA for 40144ad
README.md
@@ -20,10 +20,18 @@ pip install cookiecutter
20
21
3. Use the cookiecutter repository to create your structure.
22
23
+* Use the latest
24
+
25
```text
26
cookiecutter https://github.com/btr1975/cookiecutter-python-fastapi-openapi
27
```
28
29
+* Use a specific version
30
31
+```text
32
+cookiecutter https://github.com/btr1975/cookiecutter-python-fastapi-openapi -c 1.0.1
33
+```
34
35
4. Now you will be asked a series of questions. This is an example
36
**THE QUESTIONS MAY NOT BE THE EXACT FOR THIS COOKIECUTTER**, also if you have downloaded it before
37
you will be asked if you want to download it again, always say yes to get the latest version.
0 commit comments