File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ Requires Python 3.7+ and datarhei Core v16.9+.
55---
66
77- [ Features] ( #features )
8- - [ Install and usage] ( #install-and-usage )
8+ - [ Install] ( #install )
9+ - [ Usage] ( #usage )
910- [ API definitions] ( #api-definitions )
1011 - [ General] ( #general )
1112 - [ Cluster (experimental)] ( #cluster )
@@ -41,12 +42,21 @@ Requires Python 3.7+ and datarhei Core v16.9+.
4142- [ pydantic Models] ( https://pydantic-docs.helpmanual.io/ )
4243- [ HTTPX] ( https://www.python-httpx.org/ )
4344
44- ## Install and usage
45+ ## Install
4546
47+ ### Latest
4648``` sh
47- pip install -e git+ https://github.com/datarhei/core-client-python#egg=core_client
49+ pip install https://github.com/datarhei/core-client-python/archive/refs/heads/main.tar.gz
4850```
4951
52+ ### Specific version
53+ ``` sh
54+ pip install https://github.com/datarhei/core-client-python/archive/refs/tags/{release_tag}.tar.gz
55+ ```
56+ * ` {release_tag} ` like ` 1.0.0 ` *
57+
58+ ## Usage
59+
5060#### Init arguments
5161
5262- ` base_url: str `
You can’t perform that action at this time.
0 commit comments