File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,11 @@ _Export and import Grafana dashboards using the [Grafana HTTP API] and
22
22
## Installation
23
23
24
24
``` shell
25
- pip install --upgrade ' grafana-import[builder] @ git+https://github.com/grafana-toolbox/grafana-import.git '
25
+ pip install --upgrade ' grafana-import[builder]'
26
26
```
27
27
28
- Currently, there is no up-to-date version on PyPI, so we recommend to
29
- install directly from the repository. The command outlined above describes
30
- a full installation of ` grafana-import ` , including support for dashboard
31
- builders, aka. dashboard-as-code.
28
+ The command outlined above describes a full installation of ` grafana-import ` ,
29
+ including support for dashboard builders, aka. dashboard-as-code.
32
30
33
31
34
32
## Ad Hoc Usage
You can’t perform that action at this time.
0 commit comments