Add details to install

This commit is contained in:
clerie 2022-07-06 01:46:32 +02:00
parent ee5bc790ea
commit a7178b6f86
1 changed files with 14 additions and 0 deletions

View File

@ -2,6 +2,20 @@
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
Just some examples to give you an idea what this does.