From fbf4026258c5c7cf20706a443ad27e6445b7b7c8 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 3 Oct 2024 22:11:17 +0200 Subject: [PATCH] README: Update installation instructions after uploading to PyPI --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5f45ca7..29538de 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,11 @@ _Export and import Grafana dashboards using the [Grafana HTTP API] and ## Installation ```shell -pip install --upgrade 'grafana-import[builder] @ git+https://github.com/grafana-toolbox/grafana-import.git' +pip install --upgrade 'grafana-import[builder]' ``` -Currently, there is no up-to-date version on PyPI, so we recommend to -install directly from the repository. The command outlined above describes -a full installation of `grafana-import`, including support for dashboard -builders, aka. dashboard-as-code. +The command outlined above describes a full installation of `grafana-import`, +including support for dashboard builders, aka. dashboard-as-code. ## Ad Hoc Usage