Add details to install
This commit is contained in:
parent
ee5bc790ea
commit
a7178b6f86
14
README.md
14
README.md
@ -2,6 +2,20 @@
|
|||||||
|
|
||||||
Another attempt for a modern client library to the Mitel OM Application XML Interface.
|
Another attempt for a modern client library to the Mitel OM Application XML Interface.
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
Without any additional dependencies:
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install "mitel_ommclient2 @ git+https://git.clerie.de/clerie/mitel_ommclient2.git@main"
|
||||||
|
```
|
||||||
|
|
||||||
|
Add dependencies to enable secret handling, if you need it.
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install "mitel_ommclient2[crypt] @ git+https://git.clerie.de/clerie/mitel_ommclient2.git@main"
|
||||||
|
```
|
||||||
|
|
||||||
## Quicksart
|
## Quicksart
|
||||||
|
|
||||||
Just some examples to give you an idea what this does.
|
Just some examples to give you an idea what this does.
|
||||||
|
Loading…
Reference in New Issue
Block a user