You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -373,7 +373,7 @@ In general, my focus on this project is to implement and deliver old and new fea
373
373
374
374
Please be aware to not install the `grafana-api` and `grafana-api-sdk` packages in parallel and the same environment. This result in name clashes, and it's not possible to use the Grafana API SDK.
375
375
376
-
`pip install grafana-api-sdk`
376
+
`pdm install grafana-api-sdk` or `pip install grafana-api-sdk`
If you want to template your JSON document based on a predefined folder structure you can check out one of my other [project](https://github.com/ZPascal/grafana_dashboard_templater) and integrate the functionality inside your code.
435
435
436
436
## Contribution
437
-
If you would like to contribute something, have an improvement request, or want to make a change inside the code, please open a pull request.
437
+
If you would like to contribute something, have an improvement request, or want to make a change inside the code, please open a pull request.
438
+
If you want to make a contribution and open a pull request, please write or adapt the necessary unit tests beforehand.
439
+
You can install the necessary development requirements for the unit tests by running `pdm install -d` or `pip install pytest-httpx pytest`.
440
+
441
+
#TODO Document the unit test execution
438
442
439
443
## Support
440
444
If you need support, or you encounter a bug, please don't hesitate to open an issue.
0 commit comments