Update daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
This commit is contained in:
greenie-msft 2023-06-06 13:13:52 -07:00 committed by GitHub
parent 5c4b0ec84c
commit 976771049b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -282,7 +282,10 @@ In a new terminal window, navigate to the `order-processor` directory:
```bash
cd workflows/python/sdk/order-processor
```
Install the Dapr Python SDK package:
```bash
pip3 install -r requirements.txt
### Step 3: Run the order processor app
In the terminal, start the order processor app alongside a Dapr sidecar: