We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4e787 commit 4d832f5Copy full SHA for 4d832f5
README.md
@@ -9,3 +9,12 @@ This is a cookiecutter template of Python project that uses:
9
- [pytest](https://docs.pytest.org) for running the tests
10
- [taskipy](https://github.com/taskipy/taskipy) for task runner
11
12
+
13
+## How to use it
14
15
+Follow these steps to generate a Python project based on this template:
16
17
+1. Install [Cookiecutter](https://cookiecutter.readthedocs.io/en/stable/installation.html)
18
19
+2. Run `cookiecutter gh:herry13/python-project`
20
0 commit comments