From a7178b6f86d90215a4a5015c6130789c05b06243 Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 6 Jul 2022 01:46:32 +0200 Subject: [PATCH] Add details to install --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 03c8855..b70f759 100644 --- a/README.md +++ b/README.md @@ -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.