Skip to content

Commit

Permalink
README: Update installation instructions after uploading to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 3, 2024
1 parent 3d325aa commit fbf4026
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbf4026

Please sign in to comment.