Skip to content

Commit 080ca1b

Browse files
YunchuWangCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 445c8af commit 080ca1b

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

examples/on_demand_sandbox/README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,35 @@ Private preview requires the image to be publicly pullable by the sandbox platfo
9090

9191
Install local packages from the repository root:
9292

93-
```powershell
93+
Bash:
94+
95+
~~~bash
96+
pip install -e . -e ./durabletask-azuremanaged
97+
~~~
98+
99+
PowerShell:
100+
101+
~~~powershell
94102
pip install -e . -e .\durabletask-azuremanaged
95-
```
103+
~~~
96104

97105
```bash
98106
pip install -e . -e ./durabletask-azuremanaged
99107
```
100108

101109
Then run:
102110

103-
```powershell
111+
Bash:
112+
113+
~~~bash
114+
python examples/on_demand_sandbox/main_app.py
115+
~~~
116+
117+
PowerShell:
118+
119+
~~~powershell
104120
python examples\on_demand_sandbox\main_app.py
105-
```
121+
~~~
106122

107123
```bash
108124
python examples/on_demand_sandbox/main_app.py

0 commit comments

Comments
 (0)