File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,17 @@ This example utilizes a receiver and a caller for the `invoke_method` functional
1212### Install requirements
1313
1414You can install dapr SDK package using pip command:
15+ ``` sh
16+ pip3 install dapr
17+ ```
1518
16- <!-- STEP
19+ <!-- STEP
1720name: Install requirements
1821-->
1922
23+ Also install Flask package:
2024``` sh
21- pip3 install dapr Flask
25+ pip3 install Flask
2226```
2327
2428<!-- END_STEP -->
@@ -55,7 +59,7 @@ expected_stdout_lines:
5559 - '== APP == 503'
5660 - '== APP == Internal Server Error'
5761background: true
58- sleep: 5
62+ sleep: 5
5963-->
6064
6165``` bash
@@ -66,7 +70,7 @@ dapr run --app-id=invoke-caller -- python3 invoke-caller.py
6670## Cleanup
6771
6872<!-- STEP
69- expected_stdout_lines:
73+ expected_stdout_lines:
7074 - '✅ app stopped successfully: invoke-receiver'
7175name: Shutdown dapr
7276-->
@@ -75,4 +79,4 @@ name: Shutdown dapr
7579dapr stop --app-id invoke-receiver
7680```
7781
78- <!-- END_STEP -->
82+ <!-- END_STEP -->
Original file line number Diff line number Diff line change 1- dapr-ext-grpc >= 1.17.0.dev
2- dapr >= 1.17.0.dev
31opentelemetry-sdk
42opentelemetry-instrumentation-grpc
53opentelemetry-exporter-zipkin
You can’t perform that action at this time.
0 commit comments