Skip to content

Commit 8faf24e

Browse files
committed
update
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
1 parent 467bd9d commit 8faf24e

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ In a terminal window, navigate to the `order-processor` directory.
4848
cd state_management/python/sdk/order-processor
4949
```
5050

51-
Install the dependencies:
52-
53-
```bash
54-
pip3 install -r requirements.txt
55-
```
56-
5751
Run 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.
176170
cd 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-
190173
Run 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.
313296
cd state_management/csharp/sdk/order-processor
314297
```
315298

316-
Recall NuGet packages:
317-
318-
```bash
319-
dotnet restore
320-
dotnet build
321-
```
322-
323299
Run 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.
447423
cd state_management/java/sdk/order-processor
448424
```
449425

450-
Install the dependencies:
451-
452-
```bash
453-
mvn clean install
454-
```
455-
456426
Run 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.
580550
cd state_management/go/sdk/order-processor
581551
```
582552

583-
Install the dependencies and build the application:
584-
585-
```bash
586-
go build .
587-
```
588-
589553
Run the `order-processor` service alongside a Dapr sidecar.
590554

591555
```bash

0 commit comments

Comments
 (0)