File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing
2
+
3
+ ## Protocol Buffers
4
+
5
+ The ` build.rs ` script in this library depends upon the
6
+ [ Protocol Buffers compiler] [ protoc ] . Be sure that ` protoc ` is installed and
7
+ available within your ` PATH ` .
8
+
9
+ [ protoc ] : https://docs.rs/prost-build/latest/prost_build/#sourcing-protoc
10
+
11
+ ## Python Dependencies
12
+
13
+ This repository uses the [ ` prometheus-client ` ] [ client-python ] Python client
14
+ library in its test suite.
15
+
16
+ You may create and activate a virtual environment with this dependency
17
+ installed by running the following shell commands from the root of this
18
+ repository:
19
+
20
+ ``` shell
21
+ python -m venv ./venv
22
+ source venv/bin/activate
23
+ pip install prometheus-client
24
+ ```
25
+
26
+ [ client-python ] : https://github.com/prometheus/client_python
You can’t perform that action at this time.
0 commit comments