Skip to content

Commit fbf4026

Browse files
committed
README: Update installation instructions after uploading to PyPI
1 parent 3d325aa commit fbf4026

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ _Export and import Grafana dashboards using the [Grafana HTTP API] and
2222
## Installation
2323

2424
```shell
25-
pip install --upgrade 'grafana-import[builder] @ git+https://github.com/grafana-toolbox/grafana-import.git'
25+
pip install --upgrade 'grafana-import[builder]'
2626
```
2727

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.
3230

3331

3432
## Ad Hoc Usage

0 commit comments

Comments
 (0)