Skip to content

Commit

Permalink
change requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
peekjef72 committed Feb 12, 2022
1 parent 58cd113 commit da0f7d6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit da0f7d6

Please sign in to comment.