Skip to content

Commit 2972f21

Browse files
author
Anand Sanmukhani
authored
Update README.md
Change url for documentation. Add a codacy badge Add installation instructions
1 parent 97aea12 commit 2972f21

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4f6e655e936c4d54b838317bc4414017)](https://www.codacy.com/app/4n4nd/prometheus-connect?utm_source=github.com&utm_medium=referral&utm_content=4n4nd/prometheus-connect&utm_campaign=Badge_Grade)
12
# prometheus-api-client
23

34
A python wrapper for the prometheus http api
45

5-
Docs: https://prometheus-api-client-python.readthedocs.io/en/latest/source/prometheus_api_client.html#module-prometheus_api_client.prometheus_connect
6+
## Installation
7+
To install the latest release:
8+
9+
`pip install prometheus-api-client==0.0.2`
10+
11+
To install directly from this branch:
12+
13+
`pip install https://github.com/AICoE/prometheus-api-client-python/zipball/v0.0.2`
14+
15+
## Documentation
16+
17+
Docs: [https://prometheus-api-client-python.readthedocs.io/en/v0.0.2/source/prometheus_api_client.html]

0 commit comments

Comments
 (0)