Skip to content

Commit 8b04138

Browse files
docs: fix Ubuntu/Debian install guidance and correct UI port in quickstart (#390)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent eba99a1 commit 8b04138

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,13 @@ conductor server start
5959
## Install the SDK
6060

6161
```shell
62+
python3 -m venv conductor-env
63+
source conductor-env/bin/activate # Windows: conductor-env\Scripts\activate
6264
pip install conductor-python
6365
```
6466

67+
> **Already in a virtual environment?** Skip the `venv` step and run `pip install conductor-python` directly. On macOS, Windows, or in containers where system Python is not locked down, you can also install globally.
68+
6569
## 60-Second Quickstart
6670

6771
**Step 1: Create a workflow**
@@ -162,7 +166,7 @@ python quickstart.py
162166
> See [Configuration](#configuration) for details.
163167
164168
That's it — you just defined a worker, built a workflow, and executed it. Open the Conductor UI (default:
165-
[http://localhost:8127](http://localhost:8127)) to see the execution.
169+
[http://localhost:8080](http://localhost:8080)) to see the execution.
166170
167171
---
168172

0 commit comments

Comments
 (0)