- git fork otel-py code
- if using PyCharm - go to Preferences > Python Interpreter > and use poetry interpreter.
- run
poetry build
- run
make all
- to run tests:
make test
- to generate .proto files:
python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. hello.proto
This repository was archived by the owner on Sep 4, 2022. It is now read-only.