Skip to content

Commit aba2ff9

Browse files
committed
📦📝 Split install and usage sections in the template README
1 parent 1214c26 commit aba2ff9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

project_name/README.md.jinja

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
{{ package_description }}
1717

18-
## Usage
18+
## Install
1919

2020
Install the package using pip, or with a dependency manager like uv:
2121

@@ -28,7 +28,9 @@ pip install git+https://github.com/{{ github_user }}/{{ project_name }}.git`
2828
pip install {{ project_name }}
2929
-->
3030

31-
and import the package in your code:
31+
## Usage
32+
33+
Import the package in your code:
3234

3335
```python
3436
import {{ package_name }}

0 commit comments

Comments
 (0)