@@ -48,12 +48,6 @@ In a terminal window, navigate to the `order-processor` directory.
4848cd state_management/python/sdk/order-processor
4949```
5050
51- Install the dependencies:
52-
53- ``` bash
54- pip3 install -r requirements.txt
55- ```
56-
5751Run the ` order-processor ` service alongside a Dapr sidecar using [ Multi-App Run] ({{< ref multi-app-dapr-run >}}).
5852
5953``` bash
@@ -176,17 +170,6 @@ In a terminal window, navigate to the `order-processor` directory.
176170cd state_management/javascript/sdk/order-processor
177171` ` `
178172
179- Install dependencies, which will include the `@dapr/dapr` package from the JavaScript SDK :
180-
181- ` ` ` bash
182- npm install
183- ` ` `
184-
185- Verify you have the following files included in the service directory :
186-
187- - ` package.json`
188- - ` package-lock.json`
189-
190173Run the `order-processor` service alongside a Dapr sidecar.
191174
192175` ` ` bash
@@ -313,13 +296,6 @@ In a terminal window, navigate to the `order-processor` directory.
313296cd state_management/csharp/sdk/order-processor
314297` ` `
315298
316- Recall NuGet packages :
317-
318- ` ` ` bash
319- dotnet restore
320- dotnet build
321- ` ` `
322-
323299Run the `order-processor` service alongside a Dapr sidecar.
324300
325301` ` ` bash
@@ -447,12 +423,6 @@ In a terminal window, navigate to the `order-processor` directory.
447423cd state_management/java/sdk/order-processor
448424` ` `
449425
450- Install the dependencies :
451-
452- ` ` ` bash
453- mvn clean install
454- ` ` `
455-
456426Run the `order-processor` service alongside a Dapr sidecar.
457427
458428` ` ` bash
@@ -580,12 +550,6 @@ In a terminal window, navigate to the `order-processor` directory.
580550cd state_management/go/sdk/order-processor
581551` ` `
582552
583- Install the dependencies and build the application :
584-
585- ` ` ` bash
586- go build .
587- ` ` `
588-
589553Run the `order-processor` service alongside a Dapr sidecar.
590554
591555` ` ` bash
0 commit comments