We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f945d commit 3b1bd4eCopy full SHA for 3b1bd4e
README.md
@@ -19,9 +19,7 @@ My personal template for Python projects.
19
* [sprout](https://github.com/zigai/sprout)
20
* Git
21
22
-## Quick Setup
23
-
24
-Create a new Python project:
+## Usage
25
26
```bash
27
sprout "https://github.com/zigai/python-project-template.git" /path/to/your/project
@@ -36,7 +34,6 @@ your-project/
36
34
├── tests/
37
35
│ └── test_your_package.py
38
├── .github/workflows/
39
-│ └── publish.yml
40
├── pyproject.toml
41
├── README.md
42
├── CONTRIBUTING.md
0 commit comments