From 6ddf47b8608a1b88393e21936893311d1866d1d4 Mon Sep 17 00:00:00 2001 From: whikernel Date: Fri, 1 Apr 2022 08:48:06 +0200 Subject: [PATCH] [ADD] Pip install note --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fad228f..ed421fa 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ It relies exclusively on the API, which means output of the methods are the same ## Versions The Python client version follows the API versions (until the patch level). Meaning for API v1.0.1, one need to install `dfir_iris_client-1.0.1`. +## Install +IRIS Client is now part of PyPI. You can simply install it with : +``` +pip3 install dfir-iris-client +``` ## Build To build a wheel from the sources: