Skip to content

docs: fix Ubuntu/Debian install guidance and correct UI port in quickstart#390

Merged
v1r3n merged 2 commits intomainfrom
fix/readme-quickstart-improvements
Mar 27, 2026
Merged

docs: fix Ubuntu/Debian install guidance and correct UI port in quickstart#390
v1r3n merged 2 commits intomainfrom
fix/readme-quickstart-improvements

Conversation

@nthmost-orkes
Copy link
Copy Markdown
Contributor

@nthmost-orkes nthmost-orkes commented Mar 26, 2026

Fixes conductor-oss/getting-started#22, conductor-oss/getting-started#34, conductor-oss/getting-started#35, conductor-oss/getting-started#40

  • Fix stale docker command: conductor-standalone:3.15.0conductoross/conductor:latest, UI port 5000 → 8080
  • Make venv the primary install path (stdlib python3 -m venv, not virtualenv) — avoids PEP 668 hard block on Ubuntu 22.04+ / Debian 12+
  • Fix wrong port in quickstart closing text: 8127 → 8080

- Add venv guidance for Ubuntu 22.04+/Debian 12+ users who hit PEP 668
  error when running pip install system-wide (fixes conductor-oss/getting-started#34,
  conductor-oss/getting-started#35)
- Fix quickstart closing paragraph: localhost:8127 → localhost:8080
  (fixes conductor-oss/getting-started#40)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@v1r3n v1r3n merged commit 8b04138 into main Mar 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python SDK README: docker command uses stale 2-year-old standalone image on wrong port

2 participants