From this folder, you can run:
make install
make generate-protoThe make install command will install the dependencies and the make generate-proto command will generate the Python classes from the proto files.
To run the tests, you can run:
make testOr you can run the tests with the following command:
pytest tests/test_grpc_client.pyTo run the tests against a local server, you can run:
pytest tests/test_self_model_grpc.py