mirror of https://github.com/dapr/docs.git
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:
parent
5c4b0ec84c
commit
976771049b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue