Skip to content

Commit 1a08b61

Browse files
committed
Remove validation steps that install dapr
Signed-off-by: Albert Callarisa <albert@diagrid.io>
1 parent 61c9b70 commit 1a08b61

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

examples/invoke-http/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ This example utilizes a receiver and a caller for the `invoke_method` functional
1212
### Install requirements
1313

1414
You can install dapr SDK package using pip command:
15+
```sh
16+
pip3 install dapr
17+
```
1518

16-
<!-- STEP
19+
<!-- STEP
1720
name: 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'
5761
background: 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'
7175
name: Shutdown dapr
7276
-->
@@ -75,4 +79,4 @@ name: Shutdown dapr
7579
dapr stop --app-id invoke-receiver
7680
```
7781

78-
<!-- END_STEP -->
82+
<!-- END_STEP -->
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
dapr-ext-grpc >= 1.17.0.dev
2-
dapr >= 1.17.0.dev
31
opentelemetry-sdk
42
opentelemetry-instrumentation-grpc
53
opentelemetry-exporter-zipkin

0 commit comments

Comments
 (0)