Skip to content

Commit 49f413c

Browse files
docs: Add Python version flag to uvx instructions (#45)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 8c0dd6a commit 49f413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A full-stack agentic connector builder webapp with YAML editing capabilities. Th
1818
Run the webapp directly from GitHub using `uvx`:
1919

2020
```bash
21-
uvx --from git+https://github.com/airbytehq/agentic-connector-builder-webapp agentic-connector-builder-webapp
21+
uvx --python=3.13 --from git+https://github.com/airbytehq/agentic-connector-builder-webapp agentic-connector-builder-webapp
2222
```
2323

2424
This will automatically fetch and run the latest version from the `main` branch. The app will start at `http://localhost:3000`.

0 commit comments

Comments
 (0)