From da0f7d66558a018364e8d87ce1cb3289424ccf41 Mon Sep 17 00:00:00 2001 From: peekjef72 Date: Sat, 12 Feb 2022 12:00:25 +0100 Subject: [PATCH] change requirements --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a6eec2..23340e1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,14 @@ The aim of this tool is to: install github repository. ```bash - $ pip install git+https://github.com/peekjef72/grafana-import-tool.git +pip install git+https://github.com/peekjef72/grafana-import-tool.git +``` + +## Install using this repo +install from pypi + +```bash +pip3 install grafana-import-tool ``` ## Requirements: @@ -21,7 +28,7 @@ install github repository. * python >3.6 * python modules: - jinja2 - - grafana_client 2.0.0 what will pull the dependencies + - grafana-client 2.0.0 what will pull the dependencies - requests - idna - urllib3