Skip to content

Commit 98bdabe

Browse files
authored
Update README.md.jinja
1 parent ab27fad commit 98bdabe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

libs/client_infinity/template/README.md.jinja

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# {{ project_name }}
22
{{ package_description }}
33

4+
## Installation
5+
```bash
6+
pip install {{ package_name }}
7+
```
8+
49
## Usage
510
First, create a client:
611

@@ -137,4 +142,4 @@ If you want to install this client into another project without publishing it (e
137142
1. If that project is not using Poetry:
138143
1. Build a wheel with `poetry build -f wheel`
139144
1. Install that wheel from the other project `pip install <path-to-wheel>`
140-
{% endif %}
145+
{% endif %}

0 commit comments

Comments
 (0)