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 ab27fad commit 98bdabeCopy full SHA for 98bdabe
libs/client_infinity/template/README.md.jinja
@@ -1,6 +1,11 @@
1
# {{ project_name }}
2
{{ package_description }}
3
4
+## Installation
5
+```bash
6
+pip install {{ package_name }}
7
+```
8
+
9
## Usage
10
First, create a client:
11
@@ -137,4 +142,4 @@ If you want to install this client into another project without publishing it (e
137
142
1. If that project is not using Poetry:
138
143
1. Build a wheel with `poetry build -f wheel`
139
144
1. Install that wheel from the other project `pip install <path-to-wheel>`
140
-{% endif %}
145
+{% endif %}
0 commit comments